chore(starters): Set exit status for default test npm script (#18879)

* Set exit status for default (unimplemented) test command

* Set exit status for default test command in default starter

* Set exit status for default test command in blog starter
This commit is contained in:
GatsbyJS Bot
2019-10-25 12:03:10 +00:00
parent 862f572515
commit 176cefbcf0
+1 -1
View File
@@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.17.4",