File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4848 ${{ runner.os }}-pnpm-store-
4949
5050 - name : Install dependencies
51- run : pnpm install --frozen-lockfile
51+ run : pnpm install --no- frozen-lockfile
5252
5353 - name : Lint API
5454 run : pnpm --filter api lint
8686 ${{ runner.os }}-pnpm-
8787
8888 - name : Install dependencies
89- run : pnpm install --frozen-lockfile
89+ run : pnpm install --no- frozen-lockfile
9090
9191 - name : Build API
9292 run : pnpm --filter api build
Original file line number Diff line number Diff line change 4848 ${{ runner.os }}-pnpm-store-
4949
5050 - name : Install dependencies
51- run : pnpm install --frozen-lockfile
51+ run : pnpm install --no- frozen-lockfile
5252
5353 - name : Lint Client
5454 run : pnpm --filter client lint
8686 ${{ runner.os }}-pnpm-
8787
8888 - name : Install dependencies
89- run : pnpm install --frozen-lockfile
89+ run : pnpm install --no- frozen-lockfile
9090
9191 - name : Build Client
9292 run : pnpm --filter client build
Original file line number Diff line number Diff line change 3939 ${{ runner.os }}-pnpm-store-
4040
4141 - name : Install dependencies
42- run : pnpm install --frozen-lockfile
42+ run : pnpm install --no- frozen-lockfile
4343
4444 lint-and-test :
4545 needs : setup
6969 ${{ runner.os }}-pnpm-
7070
7171 - name : Install dependencies
72- run : pnpm install --frozen-lockfile
72+ run : pnpm install --no- frozen-lockfile
7373
7474 - name : Lint
7575 run : pnpm turbo run lint
@@ -105,7 +105,7 @@ jobs:
105105 ${{ runner.os }}-pnpm-
106106
107107 - name : Install dependencies
108- run : pnpm install --frozen-lockfile
108+ run : pnpm install --no- frozen-lockfile
109109
110110 - name : Build
111111 run : pnpm turbo run build
You can’t perform that action at this time.
0 commit comments