Skip to content

Commit d901947

Browse files
committed
chore: update internal-docs subproject commit and modify security audit command
- Updated the internal-docs subproject to commit 0fe6c9e1cf11aad5b481a311cb7ecff3ce79943e-dirty. - Changed the security audit command in the GitHub Actions workflow to run `pnpm audit --prod` for improved dependency security checks.
1 parent 2eade74 commit d901947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm type-check
3131

3232
- name: Security Audit
33-
run: pnpm audit
33+
run: pnpm audit --prod
3434

3535
test:
3636
name: Functional Tests

0 commit comments

Comments
 (0)