File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
30
30
registry-url : ' https://registry.npmjs.org'
31
31
- run : npm i
32
+ - run : npm test
32
33
- run : git status # getting odd dirty repo errors during version debug info
33
34
- run : git diff
34
35
- name : npm version && npm publish
Original file line number Diff line number Diff line change 27
27
"test" : " node ./bin/run-s/index.js check test-mocha" ,
28
28
"watch" : " mocha --timeout 120000 --watch --growl" ,
29
29
"version" : " auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md" ,
30
- "preversion" : " npm test" ,
31
- "postversion" : " git push --follow-tags && gh-release -y"
30
+ "prepublishOnly" : " git push --follow-tags && gh-release -y"
32
31
},
33
32
"dependencies" : {
34
33
"ansi-styles" : " ^6.2.1" ,
You can’t perform that action at this time.
0 commit comments