Skip to content

Commit

Permalink
Update azure-staticwebapp.yml
Browse files Browse the repository at this point in the history
release分支自动构建修改命令为
pnpm run build:release
  • Loading branch information
master1lan authored and GitHub Enterprise committed Feb 19, 2023
1 parent 1f9dfaf commit 85d554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-staticwebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: pnpm install

- name: Use pnpm to build
run: pnpm run build
run: pnpm run build:release

# - name: post-build test
# run: pnpm test
Expand Down

0 comments on commit 85d554d

Please sign in to comment.