Commit 0647007c authored by afc163's avatar afc163

Do not check lint in roadhog dev

parent 677d1718
......@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"precommit": "npm run lint-staged",
"start": "roadhog dev",
"start": "cross-env DISABLE_ESLINT=true roadhog dev",
"start:no-proxy": "cross-env NO_PROXY=true roadhog dev",
"build": "roadhog build",
"site": "roadhog-api-doc static && gh-pages -d dist",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment