diff --git a/package.json b/package.json index 9413495..78c52cd 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,8 @@ "dev": "gatsby develop", "lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .", "test": "echo \"Error: no test specified\" && exit 1", + "develop": "gatsby develop", + "build": "gatsby build", "deploy": "gatsby build --prefix-links && gh-pages -d public" } }