We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b926bee commit 9a5cebfCopy full SHA for 9a5cebf
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"start": "npm run develop",
12
"serve": "gatsby serve",
13
"clean": "gatsby clean",
14
- "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
+ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0",
15
"deploy_local": "gatsby build --prefix-paths && echo '' > ./public/CNAME && gh-pages -d public",
16
"deploy": "gatsby build --prefix-paths && echo 'alpha2phi.com' > ./public/CNAME && gh-pages -d public -r https://$GH_TOKEN@github.com/alpha2phi/alpha2phi.github.io.git"
17
},
0 commit comments