Commit f3d2169
committed
Fix dashboard prepublishOnly: skip build in npm publish
The prepublishOnly hook ran vite build under Node 18, but Vite 8
requires Node 20.19+. The CI workflow already builds and tests
before npm publish, so prepublishOnly is redundant.1 parent 5fde1bb commit f3d2169
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments