Add deploy script

This commit is contained in:
Kyle Mathews 2016-07-13 13:46:30 -07:00
parent 29f9fa0471
commit bea1c89913

View file

@ -58,6 +58,7 @@
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}