Quellcode durchsuchen

temporarily remove tsc check from pre commit (#3969)

ianedwards vor 2 Jahren
Ursprung
Commit
6c2f813a2d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dashboard/package.json

+ 1 - 1
dashboard/package.json

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