Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Run only compile (without clean)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jul 27, 2023
1 parent 0e7ef80 commit d2d956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"preinstall": "npx only-allow yarn",
"format": "prettier --write './{config,contracts,eth-sdk,scripts,tasks,test,utils}/**/*.{ts,js,sol}'",
"test": "hardhat test",
"compile": "bash ./compile.sh",
"compile": "hardhat compile",
"deploy": "hardhat compile && hardhat deploy:AngelProtocol",
"sdks": "yarn eth-sdk",
"tsc": "tsc"
Expand Down

0 comments on commit d2d956b

Please sign in to comment.