File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4848 restore-keys : |
4949 ${{ runner.os }}-pnpm-store-
50- - run : pnpm install --no-frozen-lockfile
50+ - run : pnpm install
5151 - run : pnpm run build:ci
5252 - run : pnpm run deploy
Original file line number Diff line number Diff line change 4545 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4646 restore-keys : |
4747 ${{ runner.os }}-pnpm-store-
48- - run : pnpm install --no-frozen-lockfile
48+ - run : pnpm install
4949 - run : pnpm run build:ci
5050 pr :
5151 runs-on : ubuntu-latest
8282 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8383 restore-keys : |
8484 ${{ runner.os }}-pnpm-store-
85- - run : pnpm install --no-frozen-lockfile
85+ - run : pnpm install
8686 - run : pnpm run build:ci
You can’t perform that action at this time.
0 commit comments