Switched to gscan testing via GitHub Actions

no issue
This commit is contained in:
Daniel Lockyer 2019-11-08 16:33:29 +07:00
parent 9587fbce06
commit 1aa2b9eca8
3 changed files with 33 additions and 9 deletions

View file

@ -15,6 +15,7 @@
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"pretest": "gulp build",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"