Skip to content

Commit

Permalink
ci: remove build from preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Aug 30, 2024
1 parent 777dc6a commit d74ac66
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 @@ -35,7 +35,7 @@
"test": "npx jasmine-browser-runner runSpecs",
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": " npm run build && node ci/compress.js",
"preversion": "npm run build && npm test",
"preversion": "npm test",
"version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
},
"lint-staged": {
Expand Down

0 comments on commit d74ac66

Please sign in to comment.