Просмотр исходного кода

temporarily remove tsc check from pre commit (#3969)

ianedwards 2 лет назад
Родитель
Сommit
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",