File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ notifications:
88 email : false
99
1010node_js :
11- - ' 8 '
11+ - ' 10 '
1212
1313install :
14- - npm install
14+ - npm ci
1515
1616script :
1717 - npm run build
Original file line number Diff line number Diff line change 1313 "clean-css" : " cleancss --level 2 --source-map --format beautify -o dist/main.css dist/main.css" ,
1414 "clean-css-min" : " cleancss --debug --source-map -o dist/main.min.css dist/main.css" ,
1515 "preversion" : " npm run build" ,
16- "version" : " node tools/remove-scripts-to-publish.js && conventional-changelog -i CHANGELOG.md -s && git add ." ,
17- "postversion" : " npm publish --access public" ,
18- "postpublish" : " git push && git push --tags" ,
16+ "version" : " conventional-changelog -i CHANGELOG.md -s && git add ." ,
17+ "postversion" : " node tools/remove-scripts-to-publish.js && npm publish --access public && git push && git push --tags" ,
1918 "commit" : " git-cz" ,
19+ "presemantic-release" : " node tools/remove-scripts-to-publish.js" ,
2020 "semantic-release" : " semantic-release" ,
2121 "precommit" : " lint-staged" ,
2222 "commitmsg" : " validate-commit-msg" ,
You can’t perform that action at this time.
0 commit comments