Skip to content

Commit

Permalink
change release:next npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtze committed Nov 10, 2020
1 parent e088287 commit 7cd0d4e
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 @@ -23,7 +23,7 @@
"test:all": "npm run test:chrome && npm run test:firefox",
"test": "npm run dev:wait test:chrome",
"release": "npm run test && release-it",
"release:next": "release-it major --preRelease=next"
"release:next": "release-it --preRelease=next"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
Expand Down

0 comments on commit 7cd0d4e

Please sign in to comment.