Преглед изворни кода

Do not check lint in roadhog dev

afc163 пре 8 година
родитељ
комит
0647007c81
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",