Skip to content

Commit

Permalink
[publish build] add publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 14, 2024
1 parent 5356d83 commit ad3af64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"homepage": "https://github.com/stakewise/v3-sdk",
"scripts": {
"test": "jest --clearCache && jest --onlyChanged",
"prepare": "npm run typechain && npm run graphql && husky install",
"build": "npm run test && npm run prepare && rm -rf ./dist && npm run rollup",
"prepare": "npm run typechain && npm run graphql && npm run test && husky install",
"build": "npm run prepare && rm -rf ./dist && npm run rollup",
"typechain": "typechain --target ethers-v6 --out-dir src/contracts/types 'src/contracts/abis/*.json'",
"graphql": "graphql-codegen && ts-node -O '{\"module\": \"commonjs\"}' ./scripts/generateGraphqlExports",
"rollup": "rollup --config rollup.config.js --bundleConfigAsCjs"
"rollup": "rollup --config rollup.config.js --bundleConfigAsCjs",
"publsih": "npm run build && npm publish"
},
"files": [
"dist/",
Expand Down

0 comments on commit ad3af64

Please sign in to comment.