web: ensure npm install runs before build

This commit is contained in:
fatedier
2026-02-04 11:43:33 +08:00
parent 7a1c248b67
commit b8f92547df
5 changed files with 54 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
install:
@npm install
build:
build: install
@npm run build
dev: