Skip to content

Commit 583b12d

Browse files
committed
Merge branch 'master' into beta
2 parents d77ba4b + fb6721a commit 583b12d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
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",

0 commit comments

Comments
 (0)