Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from equilibria-xyz/arjun/fix-publish
Browse files Browse the repository at this point in the history
Remove 'prepare' from sub-packages
  • Loading branch information
arjun-io authored Aug 23, 2022
2 parents e135e0b + 73a3e84 commit 344de6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/perennial-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
"coverage:integration": "FORK_ENABLED=true FORK_BLOCK_NUMBER=14325080 hardhat coverage --testfiles 'test/integration/*'",
"lint": "eslint --fix --ext '.ts,.js' ./ && solhint 'contracts/**/*.sol' --fix",
"format": "prettier -w .",
"prepare": "yarn clean && yarn build",
"clean": "rm -rf cache artifacts types/generated dist deployments/localhost",
"node:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan NODE_INTERVAL_MINING=500 hardhat node",
"deploy:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan hardhat deploy --network localhost",
"prepack": "yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
"prepack": "yarn clean && yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
},
"author": "",
"license": "APACHE-2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/perennial-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
"coverage:integration": "FORK_ENABLED=true FORK_BLOCK_NUMBER=14325080 hardhat coverage --testfiles 'test/integration/*'",
"lint": "eslint --fix --ext '.ts,.js' ./ && solhint 'contracts/**/*.sol' --fix",
"format": "prettier -w .",
"prepare": "yarn clean && yarn build",
"clean": "rm -rf cache artifacts types/generated dist deployments/localhost",
"node:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan NODE_INTERVAL_MINING=500 hardhat node",
"deploy:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan hardhat deploy --network localhost",
"prepack": "yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
"prepack": "yarn clean && yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
},
"author": "",
"license": "APACHE-2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/perennial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
"coverage:integration": "FORK_ENABLED=true FORK_BLOCK_NUMBER=14325080 hardhat coverage --testfiles 'test/integration/**/*'",
"lint": "eslint --fix --ext '.ts,.js' ./ && solhint 'contracts/**/*.sol' --fix",
"format": "prettier -w .",
"prepare": "yarn build",
"clean": "rm -rf cache artifacts types/generated deployments/localhost",
"node:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan NODE_INTERVAL_MINING=500 hardhat node",
"deploy:fork:kovan": "FORK_ENABLED=true FORK_NETWORK=kovan hardhat deploy --network localhost",
"prepack": "yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
"prepack": "yarn clean && yarn build && find artifacts/contracts -name '*.dbg.json' -type f -delete"
},
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit 344de6a

Please sign in to comment.