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

temporarily remove tsc check from pre commit (#3969)

ianedwards пре 2 година
родитељ
комит
6c2f813a2d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/package.json

+ 1 - 1
dashboard/package.json

@@ -88,7 +88,7 @@
     "build": "NODE_ENV=\"production\" webpack",
     "build-and-analyze": "ENABLE_ANALYZER=true NODE_ENV=\"production\" ./node_modules/webpack/bin/webpack.js",
     "prepare": "cd .. && husky install dashboard/.husky",
-    "lint-staged": "tsc --noEmit && lint-staged"
+    "lint-staged": "lint-staged"
   },
   "devDependencies": {
     "@babel/core": "^7.15.0",