diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1ebd435..50857d4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -47,7 +47,7 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: Cache turbo build setup + - name: Cache Turbo uses: actions/cache@v4 with: path: .turbo @@ -59,8 +59,7 @@ jobs: ${{ runner.os }}-turbo-${{ github.ref_name }}- ${{ runner.os }}-turbo- - - name: Install dependencies - run: pnpm install + - run: pnpm install - run: pnpm exec turbo lint:check diff --git a/Dockerfile b/Dockerfile index 3a2a370..aff008b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ COPY apps/web/package.json ./apps/web/ COPY packages/react-native-uniffi-russh/package.json ./packages/react-native-uniffi-russh/ COPY packages/react-native-xtermjs-webview/package.json ./packages/react-native-xtermjs-webview/ COPY packages/assets/package.json ./packages/assets/ -RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \ - nix develop -c pnpm install --frozen-lockfile --offline +# RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \ +# nix develop -c pnpm install --frozen-lockfile --offline COPY . . RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \ diff --git a/package.json b/package.json index 2e79eaf..61a83c7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "fmt:root": "prettier --cache --write .", "fmt:check:root": "prettier --check .", "fmt:root:nix": "nix fmt flake.nix", - "fmt:check:root:nix": "nix fmt flake.nix -- --c", + "fmt:check:root:nix": "nix fmt flake.nix -- -c", "syncpack:fix": "syncpack list-mismatches || (syncpack fix-mismatches && pnpm i)", "syncpack:check": "syncpack list-mismatches", "jscpd:check": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jscpd --config .jscpd.json",