Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
biga816 committed Oct 1, 2024
1 parent d3332bc commit 0963944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"hardhat": "hardhat",
"prepare": "run-s 'prepare:*'",
"prepare:compile": "hardhat compile",
"prepare:set-version": "node scripts/set-version.js",
"test": "hardhat test",
"coverage": "hardhat coverage",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "hardhat compile"
"prepublishOnly": "npm run prepare"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 0963944

Please sign in to comment.