Commit 679fdeb
authored
Update postinstall script per mentor feedback (#130)
- Changed postinstall to use fs.cpSync as requested: node -e 'fs.cpSync(\"./node_modules/prismjs/themes/\", \"./src/static/css/prismjs/\", { recursive: true })'.
- Restored yarn.lock to match upstream/main to avoid unintended changes.
- Tested on Windows 11 with Node.js 22.14.0; noted quoting issue in PowerShell.1 parent a7c5e8f commit 679fdeb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
0 commit comments