Skip to content

Commit 05b6406

Browse files
committed
fix: npm publish infinite loop
Signed-off-by: Luigi Navarro <[email protected]>
1 parent 76d1ed7 commit 05b6406

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/ats/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
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",

packages/ats/sdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
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",

0 commit comments

Comments
 (0)