Skip to content

Commit 9a5cebf

Browse files
committed
Update package.json
1 parent b926bee commit 9a5cebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "npm run develop",
1212
"serve": "gatsby serve",
1313
"clean": "gatsby clean",
14-
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
14+
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0",
1515
"deploy_local": "gatsby build --prefix-paths && echo '' > ./public/CNAME && gh-pages -d public",
1616
"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"
1717
},

0 commit comments

Comments
 (0)