diff --git a/package.json b/package.json index 503c28e..87b5d1b 100644 --- a/package.json +++ b/package.json @@ -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" } }