Skip to content

Commit

Permalink
Add back prepare task
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 26, 2024
1 parent 808f96e commit 0f9be98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"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 0f9be98

Please sign in to comment.