This commit is contained in:
EthanShoeDev
2025-09-24 17:47:57 -04:00
parent a3934799e3
commit a225ce9fa2
3 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -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",