Add start script to package.json (#131)
This commit is contained in:
parent
2670ccbbd5
commit
e08eebde9a
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
|
||||
"develop": "gatsby develop",
|
||||
"start": "npm run develop",
|
||||
"build": "gatsby build",
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
|
||||
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue