File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 "lint" : " eslint ./src" ,
1515 "clean" : " rimraf dist/*" ,
1616 "copy" : " copyfiles -f ./src/index.html ./src/favicon.ico ./dist" ,
17- "release:major" : " npm version major && git push --follow-tags && npm publish --tag beta" ,
18- "release:minor" : " npm version minor && git push --follow-tags && npm publish --tag beta" ,
19- "release:patch" : " npm version patch && git push --follow-tags && npm publish --tag beta"
17+ "release:major" : " npm version prerelease && git push --follow-tags && npm publish --tag beta" ,
18+ "release:minor" : " npm version prerelease && git push --follow-tags && npm publish --tag beta" ,
19+ "release:patch" : " npm version prerelease && git push --follow-tags && npm publish --tag beta"
2020 },
2121 "repository" : {
2222 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments