Skip to content

Commit

Permalink
add release prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jun 11, 2024
1 parent 15f089c commit 99f81a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
},
"license": "BSD-3-Clause",
"scripts": {
"build": "rm -rf dist/ && npx hardhat compile && tsc -b ",
"build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
"compile": "npx hardhat compile",
"console": "npx hardhat console",
"test": "npx hardhat test",
"lint": "prettier --list-different 'contracts/**/*.sol'"
"lint": "prettier --list-different 'contracts/**/*.sol'",
"release:prepare": "rm -rf ./node_modules && npm install && npm run build"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.6"
Expand Down

0 comments on commit 99f81a6

Please sign in to comment.