File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
"functional-beta" : " cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit" ,
14
14
"functional-dev" : " cucumber-js --format=./node_modules/cucumber-pretty --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit" ,
15
15
"create-test-user" : " node -e 'require(\" ./features/scripts/create-test-user.js\" )()'" ,
16
- "diagrams" : " find ./design/diagrams -type f -name \\ *.puml -print0 | xargs -0 -n 1 -I DIAGRAM puml generate DIAGRAM -o DIAGRAM.png"
16
+ "diagrams" : " find ./design/diagrams -type f -name \\ *.puml -print0 | xargs -0 -n 1 -I DIAGRAM puml generate DIAGRAM -o DIAGRAM.png" ,
17
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
17
18
},
18
19
"bin" : {
19
20
"screwdriver-api" : " ./bin/server"
124
125
"uuid" : " ^8.3.0" ,
125
126
"verror" : " ^1.6.1"
126
127
},
128
+ "release" : {
129
+ "debug" : false ,
130
+ "verifyConditions" : {
131
+ "path" : " ./node_modules/semantic-release/src/lib/plugin-noop.js"
132
+ }
133
+ },
127
134
"devDependencies" : {
128
135
"@octokit/rest" : " ~18.0.3" ,
129
136
"chai" : " ~3.5.0" ,
You can’t perform that action at this time.
0 commit comments