Switched to gscan testing via GitHub Actions
[editorial.git] / package.json
index 32970585ab16d3411188448d5abbb6d30b342a92..4d822728422917cfe0490453be46f2b5baaee85e 100644 (file)
@@ -16,6 +16,7 @@
         "zip": "gulp zip",
         "pretest": "gulp build",
         "test": "gscan .",
+        "test:ci": "gscan --fatal --verbose .",
         "preship": "yarn test",
         "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
     },