Skip to content

Commit ab9bf01

Browse files
committed
ci: use pnpm because of workspace in package.json
1 parent ed4554f commit ab9bf01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
run: |
2626
git submodule init
2727
git submodule update
28-
npm i
29-
npm run build
28+
npm install -g pnpm
29+
pnpm i
30+
pnpm run build
3031
3132
- name: Upload production-ready build files
3233
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)