Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Connolly authored and Alex Connolly committed Dec 11, 2023
1 parent 0f896f6 commit f306aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cache
coverage
typechain
dist
forks
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dist"
],
"scripts": {
"compile": "hardhat compile",
"build": "ts-node scripts/build.ts && yarn install && tsc",
"test": "hardhat test",
"prettier:solidity": "./node_modules/.bin/prettier --write contracts/**/*.sol",
Expand Down

0 comments on commit f306aa2

Please sign in to comment.