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 2929 # setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
3030 registry-url : ' https://registry.npmjs.org'
3131 - run : npm i
32+ - run : npm test
3233 - run : git status # getting odd dirty repo errors during version debug info
3334 - run : git diff
3435 - name : npm version && npm publish
Original file line number Diff line number Diff line change 2727 "test" : " node ./bin/run-s/index.js check test-mocha" ,
2828 "watch" : " mocha --timeout 120000 --watch --growl" ,
2929 "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"
3231 },
3332 "dependencies" : {
3433 "ansi-styles" : " ^6.2.1" ,
You can’t perform that action at this time.
0 commit comments