File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ notifications:
8
8
email : false
9
9
10
10
node_js :
11
- - ' 8 '
11
+ - ' 10 '
12
12
13
13
install :
14
- - npm install
14
+ - npm ci
15
15
16
16
script :
17
17
- npm run build
Original file line number Diff line number Diff line change 13
13
"clean-css" : " cleancss --level 2 --source-map --format beautify -o dist/main.css dist/main.css" ,
14
14
"clean-css-min" : " cleancss --debug --source-map -o dist/main.min.css dist/main.css" ,
15
15
"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" ,
19
18
"commit" : " git-cz" ,
19
+ "presemantic-release" : " node tools/remove-scripts-to-publish.js" ,
20
20
"semantic-release" : " semantic-release" ,
21
21
"precommit" : " lint-staged" ,
22
22
"commitmsg" : " validate-commit-msg" ,
You can’t perform that action at this time.
0 commit comments