Skip to content

Commit

Permalink
Add prepare script for npm installs from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Arden144 committed Oct 15, 2023
1 parent ff4af3e commit f13c771
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 @@ -7,6 +7,7 @@
"typings": "index.d.ts",
"scripts": {
"build": "genversion --es6 src/utils/version.js && rollup -c",
"prepare": "genversion --es6 src/utils/version.js && rollup -c",
"build:watch": "genversion --es6 src/utils/version.js && rollup -c -w",
"test": "jest",
"release": "release-it",
Expand Down

0 comments on commit f13c771

Please sign in to comment.