Browse Source

Temporarily disable tsc on CI

Manav Rathi 1 year ago
parent
commit
6333792d64
3 changed files with 2 additions and 3 deletions
  1. 0 1
      web/apps/cast/package.json
  2. 1 1
      web/package.json
  3. 1 1
      web/yarn.lock

+ 0 - 1
web/apps/cast/package.json

@@ -7,7 +7,6 @@
         "@ente/accounts": "*",
         "@ente/eslint-config": "*",
         "@ente/shared": "*",
-        "ffmpeg-wasm": "file:../photos/thirdparty/ffmpeg-wasm",
         "jszip": "3.10.1",
         "mime-types": "^2.1.35"
     },

+ 1 - 1
web/package.json

@@ -27,7 +27,7 @@
         "dev:payments": "yarn workspace payments dev",
         "dev:photos": "yarn workspace photos next dev",
         "dev:staff": "yarn workspace staff dev",
-        "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives && yarn workspaces run tsc",
+        "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives",
         "lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .",
         "preview": "yarn preview:photos",
         "preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001",

+ 1 - 1
web/yarn.lock

@@ -2610,7 +2610,7 @@ fastq@^1.6.0:
   dependencies:
     reusify "^1.0.4"
 
-"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm", "ffmpeg-wasm@file:apps/photos/thirdparty/ffmpeg-wasm":
+"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm":
   version "0.10.1"
   dependencies:
     is-url "^1.2.4"