Skip to content

Commit 98a7a63

Browse files
yaroslav8765kulikp1
authored andcommitted
fix: temporarty turn off pnpm audit in release script
1 parent 6c8dc6a commit 98a7a63

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)