Skip to content

Commit

Permalink
Remove prepare script to allow CI to work
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed May 7, 2024
1 parent 210e8fc commit ed3a043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/config-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"build:dedupe-types": "node ../../tools/dedupe-types.js dist/cjs/index.cjs dist/esm/index.js",
"build": "rollup -c && npm run build:dedupe-types && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"pretest": "npm run build",
"prepare": "npm run build",
"test": "mocha tests/"
},
"keywords": [
Expand Down

0 comments on commit ed3a043

Please sign in to comment.