Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Nov 5, 2024
1 parent 324f8ea commit b33400b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Generate Helix conf",
"scripts": {
"codegen": "zx scripts/generate/index.mjs",
"build:ts": "npm run codegen -- --language=ts --verbose && npm run patch && cd generated/typescript && npm i && npm run build",
"build:ts": "npm run codegen -- --language=ts --verbose && cd generated/typescript && npm i && npm run build",
"patch": "cp patch/constants.js generated/typescript/node_modules/ethers-multicall-provider/lib/constants.js",
"test:ts": "npm run build:ts && cd generated/typescript && npm run test",
"test:ts": "npm run build:ts && npm run patch && cd generated/typescript && npm run test",
"test:ts:ci": "npm run build:ts && cd generated/typescript && npm run test:ci"
},
"author": "",
Expand Down

0 comments on commit b33400b

Please sign in to comment.