Added scripts to package.json

This commit is contained in:
wpioneer 2016-06-05 15:27:41 +03:00
parent d00f2ff68a
commit fca47a8abd

View File

@ -4,6 +4,10 @@
"description": "Simple starter for Gatsby",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "npm run clean & gatsby build",
"clean:public": "rm -rf public",
"clean": "npm run clean:public",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1"
},