Skip to content

Commit

Permalink
chore: add preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Dec 23, 2024
1 parent c811dd8 commit 0718493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test": "npm run build && jasmine-browser-runner runSpecs",
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "npm run lint && npm run build && node ci/compress.js",
"preversion": "npm run lint && 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 0718493

Please sign in to comment.