Skip to content

Commit

Permalink
Merge pull request #74 from VenusProtocol/compile-before-deploy
Browse files Browse the repository at this point in the history
Compile before deploy
  • Loading branch information
coreyar authored Feb 27, 2024
2 parents fb3f080 + c345ad5 commit 77225e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"build": "rm -rf dist && tsc --declaration && hardhat compile",
"publish:dist": "yarn build && cd dist && yarn publish --access public",
"build": "rm -rf dist && hardhat compile && tsc --declaration",
"lint": "yarn lint:ts && yarn lint:sol && yarn prettier:check",
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
"lint:sol": "solhint \"contracts/**/*.sol\"",
Expand Down

0 comments on commit 77225e1

Please sign in to comment.