Add scripts to develop/build gatby w/o global Gatsby install

npm run develop
npm run build
This commit is contained in:
Kyle Mathews 2016-07-20 11:52:47 -07:00
parent fe529b5ee6
commit 7e36a90334

View file

@ -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"
}
}