From 6333792d646989708f39c67fee1e1150020bfef9 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 5 Apr 2024 22:02:40 +0530 Subject: [PATCH] Temporarily disable tsc on CI --- web/apps/cast/package.json | 1 - web/package.json | 2 +- web/yarn.lock | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/apps/cast/package.json b/web/apps/cast/package.json index 2521f97f16..e544cd3701 100644 --- a/web/apps/cast/package.json +++ b/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" }, diff --git a/web/package.json b/web/package.json index 606ee14cdf..3b8697bd8c 100644 --- a/web/package.json +++ b/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", diff --git a/web/yarn.lock b/web/yarn.lock index 069f165561..6e7f48715c 100644 --- a/web/yarn.lock +++ b/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"