Skip to content

Commit 8402403

Browse files
committed
fix: return pnpm audit to the release script
1 parent 323db83 commit 8402403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
- cd adminforth
2626
- pnpm install
2727
- /bin/bash ../live-demo/deploy/buildRelease.sh
28-
# - pnpm audit --audit-level=critical
28+
- pnpm audit --audit-level=critical
2929
- pnpm exec semantic-release
3030

3131
slack-on-success:

0 commit comments

Comments
 (0)