File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1111 " prepublishOnly" : " npm test; npm run build" ,
1212 " ca" : " git add -A && git-cz -av" ,
1313 " commit" : " git-cz" ,
14+ " release" : " standard-version" ,
1415 " postpublish" : " git push"
1516 } ,
1617 "engines": {
6061 " commitizen" : " ^2.10.1" ,
6162 " cz-conventional-changelog" : " ^2.1.0" ,
6263 " @commitlint/cli" : " ^7.1.2" ,
63- " @commitlint/config-conventional" : " ^7.1.2"
64+ " @commitlint/config-conventional" : " ^7.1.2" ,
65+ " standard-version" : " ^4.4.0"
6466 } ,
6567 "dependencies": { } ,
6668 "postcss": {
Original file line number Diff line number Diff line change 1313 " prepublishOnly" : " npm test; npm run build" ,
1414 " ca" : " git add -A && git-cz -av" ,
1515 " commit" : " git-cz" ,
16+ " release" : " standard-version" ,
1617 " postpublish" : " git push"
1718 } ,
1819 "engines": { " node" : " >=8.9.4" } ,
5152 " commitizen" : " ^2.10.1" ,
5253 " cz-conventional-changelog" : " ^2.1.0" ,
5354 " @commitlint/cli" : " ^7.1.2" ,
54- " @commitlint/config-conventional" : " ^7.1.2"
55+ " @commitlint/config-conventional" : " ^7.1.2" ,
56+ " standard-version" : " ^4.4.0"
5557 } ,
5658 "dependencies": { }
5759}
Original file line number Diff line number Diff line change 1919 " deploy:prod" : " pm2 deploy ecosystem.config.js prod" ,
2020 " analyzer" : " NODE_ENV=production ANALYZER=true webpack" ,
2121 " ca" : " git add -A && git-cz -av" ,
22+ " release" : " standard-version" ,
2223 " commit" : " git-cz"
2324 } ,
2425 "engines": { " node" : " >=8.9.4" } ,
6869 " commitizen" : " ^2.10.1" ,
6970 " cz-conventional-changelog" : " ^2.1.0" ,
7071 " @commitlint/cli" : " ^7.1.2" ,
71- " @commitlint/config-conventional" : " ^7.1.2"
72+ " @commitlint/config-conventional" : " ^7.1.2" ,
73+ " standard-version" : " ^4.4.0"
7274 } ,
7375 "dependencies": {
7476 " babel-polyfill" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 1919 " deploy:prod" : " pm2 deploy ecosystem.config.js prod" ,
2020 " analyzer" : " NODE_ENV=production ANALYZER=true webpack" ,
2121 " ca" : " git add -A && git-cz -av" ,
22+ " release" : " standard-version" ,
2223 " commit" : " git-cz"
2324 } ,
2425 "engines": { " node" : " >=8.9.4" } ,
6869 " commitizen" : " ^2.10.1" ,
6970 " cz-conventional-changelog" : " ^2.1.0" ,
7071 " @commitlint/cli" : " ^7.1.2" ,
71- " @commitlint/config-conventional" : " ^7.1.2"
72+ " @commitlint/config-conventional" : " ^7.1.2" ,
73+ " standard-version" : " ^4.4.0"
7274 } ,
7375 "dependencies": {
7476 " babel-polyfill" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments