mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Added scripts to package.json
This commit is contained in:
parent
d00f2ff68a
commit
fca47a8abd
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user