Skip to content

Commit

Permalink
ci: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Aug 29, 2024
1 parent 88e256d commit 45657bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
],
"scripts": {
"test": "npx jasmine-browser-runner runSpecs",
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
},
"lint-staged": {
"js/*.js": [
Expand Down

0 comments on commit 45657bd

Please sign in to comment.