File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2727 "build" : " npx -y rimraf build && npm run compile && npx tsc -p tsconfig.json" ,
2828 "test" : " npx hardhat test" ,
2929 "clean" : " rimraf dist build artifacts cache typechain-types" ,
30- "publish" : " npm publish" ,
3130 "compile" : " npx hardhat compile" ,
3231 "compile:traces" : " npx hardhat --show-stack-traces compile" ,
33- "compile:force" : " npx hardhat compile --force && npm run build " ,
32+ "compile:force" : " npx hardhat compile --force" ,
3433 "typechain" : " npx hardhat typechain" ,
3534 "clean:build" : " npx -y rimraf build typechain-types artifacts" ,
3635 "clean:cache" : " npx hardhat clean" ,
Original file line number Diff line number Diff line change 2222 "build" : " rimraf build && tsc -p tsconfig.json && tsc-alias -p tsconfig.json && tsc -p tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json" ,
2323 "test" : " NODE_OPTIONS=--max-old-space-size=16384 npx jest --ci --runInBand --detectOpenHandles --forceExit" ,
2424 "clean" : " npm run clean:build && npm run clean:cache && npm run clean:coverage" ,
25- "publish" : " npm publish" ,
2625 "prepack" : " npm run build" ,
2726 "clean:build" : " npx --yes rimraf build" ,
2827 "clean:cache" : " npx --yes rimraf cache" ,
You can’t perform that action at this time.
0 commit comments