Skip to content

Commit

Permalink
fix: deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 13, 2022
1 parent c64eb4b commit 75bd7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/isolated-pools",
"version": "0.0.4",
"version": "0.0.4-a",
"description": "",
"files": [
"artifacts",
Expand All @@ -15,7 +15,7 @@
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"lint:sol:fix": "prettier --write \"contracts/**/*.sol\"",
"build": "rm -rf dist && tsc --declaration && hardhat compile && cp -r ./artifacts ./dist && cp -r networks dist/ && cp ./{package.json,yarn.lock} dist/",
"publish": "yarn build && cd dist && yarn npm publish",
"publish:dist": "yarn build && yarn publish dist -f",
"hardhat:coverage-validator": "./script/coverageValidator.sh"
},
"repository": {
Expand Down

0 comments on commit 75bd7a1

Please sign in to comment.