Skip to content

Commit

Permalink
update prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
theKosmoss committed Dec 7, 2024
1 parent f955df5 commit 7c1388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"lint:fix": "prettier --write '**/*.ts' && eslint --fix --no-ignore",
"lint": "eslint",
"prebuild": "node scripts/copyAbi.js && jq '.type = \"commonjs\"' package.json > temp.json && mv temp.json package.json",
"prebuild": "node scripts/copyAbi.js | jq '.type = \"commonjs\"' package.json > temp.json && mv temp.json package.json",
"build-esm": "tsc --project tsconfig.esm.json",
"build-all": "pnpm run build-commonjs && pnpm run build-esm",
"build-commonjs": "tsc --project tsconfig.commonjs.json",
Expand Down

0 comments on commit 7c1388e

Please sign in to comment.