Skip to content

Commit c5436d1

Browse files
committed
[codex] Refresh documentation QA dependencies
1 parent 98367d4 commit c5436d1

3 files changed

Lines changed: 193 additions & 267 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### 手順
2121

2222
```bash
23-
npm install
23+
npm ci
2424

2525
# Ruby/Bundler が無い場合は Podman/Docker を利用します(初回は image pull + bundle install が走ります)
2626

@@ -35,6 +35,9 @@ npm run check:metadata
3535

3636
# テスト(metadata / markdown lint / link check)
3737
npm test
38+
39+
# 依存関係の既知脆弱性を確認
40+
npm audit
3841
```
3942

4043
### 品質ゲート

0 commit comments

Comments
 (0)