Commit 7565d26
fix(admin): build:dev スクリプトを追加 (ci の全ワークスペース fan-out 対応)
CI の integration-test-{vm,gui} は root で素の npm run build:dev を実行し、
これは全ワークスペースへ fan-out する。packages/admin に build:dev が
無かったため Missing script で 4 ジョブが失敗していた。
webpack の development モードビルドとして追加 (build と同一 config、
devtool が source map 付きになるだけ)。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a4b5b90 commit 7565d26
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments