Skip to content

Commit

Permalink
remove unnecessary script
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 16, 2024
1 parent f4526cc commit 3fb35d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/testing-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
"unbuild": "rimraf dist artifacts deployments cache .nyc_output *.tsbuildinfo",
"build": "yarn unbuild && hardhat compile && NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && yarn copy-files && chmod +x dist/bin/testing-kit.js",
"copy-files": "cpx 'artifacts/**/*' dist/artifacts",
"build": "yarn unbuild && hardhat compile && NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && chmod +x dist/bin/testing-kit.js",
"deploy": "hardhat deploy",
"compile": "hardhat compile",
"test": "hardhat test"
Expand Down

0 comments on commit 3fb35d6

Please sign in to comment.