Skip to content

Commit f8333dd

Browse files
committed
Switch to npm from pnpm
1 parent 416365a commit f8333dd

File tree

5 files changed

+4784
-3118
lines changed

5 files changed

+4784
-3118
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)