Remove extra import fixes #24
This commit is contained in:
parent
927626063b
commit
9bbe18709c
2 changed files with 13 additions and 12 deletions
|
|
@ -56,6 +56,7 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"develop": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"deploy": "gatsby build --prefix-links && gh-pages -d public"
|
||||
"deploy": "gatsby build --prefix-links && 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