File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 - ' 8'
1010 - ' 6'
1111after_success :
12- - npm run semantic- release
12+ - npm run release
1313branches :
1414 except :
1515 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1414 "dev" : " webpack-dev-server --open --config webpack.dev.js" ,
1515 "test" : " echo \" Error: no test specified\" && exit 0" ,
1616 "build" : " webpack --config webpack.prod.js" ,
17- "release" : " ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post " ,
18- "semantic- release" : " semantic-release pre && npm publish && semantic-release post"
17+ "semantic- release" : " ./node_modules/.bin/semantic-release" ,
18+ "release" : " npm run build && npm run semantic-release pre && npm publish && npm run semantic-release post"
1919 },
2020 "repository" : {
2121 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments