Commit f264fc5
fix: verify.sh Docusaurus 빌드 체크를 website/ 디렉토리에서 실행하도록 수정
루트에서 npm run build를 실행하면 내부적으로 yarn을 호출하는데
환경에 yarn이 없어 exit 127로 항상 FAIL 판정되던 문제 수정.
website/ 디렉토리에서 직접 npm run build를 실행하도록 변경.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent c020062 commit f264fc5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments