update command

This commit is contained in:
Kyle Mathews 2017-07-08 09:40:20 -07:00
parent e5cbf1ef58
commit ec2f17b6ac

View file

@ -50,7 +50,7 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop", "develop": "gatsby develop",
"build": "gatsby build", "build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public", "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" "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"
} }
} }