From 9cbd655a4acff06d7af02ca7c387eea84b2ae9af Mon Sep 17 00:00:00 2001 From: Robin Steinberg Date: Thu, 26 Aug 2021 21:38:09 +0200 Subject: [PATCH] Added npm install to launch script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01194f0..74eb38b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "debug": "npm-run-all --parallel watch serve", "test": "echo \"Error: no test specified\" && exit 1", "run-server": "cd server && npm run launch", - "launch": "npm-run-all --parallel run-server build serve" + "launch": "npm install && npm-run-all --parallel run-server build serve" }, "author": "", "license": "ISC",