We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0db2f8 + 99f81a6 commit 5a7dd21Copy full SHA for 5a7dd21
contracts/package.json
@@ -27,11 +27,12 @@
27
},
28
"license": "BSD-3-Clause",
29
"scripts": {
30
- "build": "rm -rf dist/ && npx hardhat compile && tsc -b ",
+ "build": "rm -rf dist/ && npx hardhat compile && npx tsc -b ",
31
"compile": "npx hardhat compile",
32
"console": "npx hardhat console",
33
"test": "npx hardhat test",
34
- "lint": "prettier --list-different 'contracts/**/*.sol'"
+ "lint": "prettier --list-different 'contracts/**/*.sol'",
35
+ "release:prepare": "rm -rf ./node_modules && npm install && npm run build"
36
37
"dependencies": {
38
"@openzeppelin/contracts": "^4.9.6"
0 commit comments