chore: Update the types hopefully

This commit is contained in:
J H
2024-03-14 15:29:01 -06:00
parent 45d50b12fd
commit a310c160a5
4 changed files with 19 additions and 15 deletions

View File

@@ -209,7 +209,8 @@ $(BINS): $(CORE_SRC) $(ENVIRONMENT_FILE)
cd core && ARCH=$(ARCH) ./build-prod.sh
touch $(BINS)
web/node_modules: web/package.json
web/node_modules: web/package.json
(cd sdk && make bundle)
npm --prefix web ci
web/dist/raw/ui: $(WEB_UI_SRC) $(WEB_SHARED_SRC)