From 468ec1d9ae554ae9a964a63e55d8218cb17f3438 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 9 Aug 2024 10:55:00 +0900 Subject: [PATCH] Add `npm install` command in serve-browser-app --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ec4ef58..78be643b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ tslib-test: tslib .PHONY: serve-browser-app serve-browser-app: tslib $(RUSTLIB_OUT) - cd standalone_app && npm run watch + cd standalone_app && npm install && npm run watch .PHONY: vscode-extension vscode-extension: vscode/assets/bundle.js