Skip to content

Commit

Permalink
Updated npm release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Mar 25, 2024
1 parent 4b3b73f commit fce4e7f
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 @@ -39,7 +39,7 @@
"build": "npm install && npm run -ws build && gulp",
"docs": "gulp docs",
"feature-info": "node dev/legacy/feature-info.js",
"release": "npm version -m 'Version %s' --tag-version-prefix=",
"release": "npm version -m 'Release %s' --tag-version-prefix=",
"test": "mocha --check-leaks --ui=ebdd test/{*,*/*,*/*/*}.spec.js"
},
"devDependencies": {
Expand Down

0 comments on commit fce4e7f

Please sign in to comment.