We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767276d commit efb34d6Copy full SHA for efb34d6
.github/workflows/deploy.yaml
@@ -15,9 +15,8 @@ jobs:
15
uses: actions/checkout@v3
16
- name: Build latest dist/ folder
17
run: |
18
- npm install -g pnpm
19
- pnpm install --frozen-lockfile
20
- pnpm run build
+ npm ci
+ npm run build
21
- name: Upload dist/ folder
22
23
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
.github/workflows/test.yaml
@@ -13,9 +13,8 @@ jobs:
13
14
0 commit comments