File tree Expand file tree Collapse file tree 5 files changed +4784
-3118
lines changed
Expand file tree Collapse file tree 5 files changed +4784
-3118
lines changed Original file line number Diff line number Diff line change @@ -23,31 +23,11 @@ jobs:
2323 id : version
2424 run : |
2525 echo "::set-output name=tag::$(git describe --abbrev=0 --tags)"
26-
27- - uses : pnpm/action-setup@v4
28- name : Install pnpm
29- with :
30- version : 9
31- run_install : false
32-
33- - name : Get pnpm store directory
34- shell : bash
35- run : |
36- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
37-
38- - uses : actions/cache@v3
39- name : Setup pnpm cache
40- with :
41- path : ${{ env.STORE_PATH }}
42- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
43- restore-keys : |
44- ${{ runner.os }}-pnpm-store-
45-
4626 - name : Build
4727 id : build
4828 run : |
49- pnpm install --frozen-lockfile
50- pnpm build
29+ npm ci
30+ npm run build --if-present
5131 # Package the required files into a zip
5232 - name : Package
5333 run : |
You can’t perform that action at this time.
0 commit comments