From 8301f34a918648f268bce06adba7d64a2c638811 Mon Sep 17 00:00:00 2001 From: Filip Krumpe Date: Thu, 13 Jan 2022 07:30:47 +0100 Subject: [PATCH] use npm ci instead of install to make sure the packages are installed as stated in the package-lock.json file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b6dbf..9c06abc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run npm install in the webapp component to instanciate the modules required by s cd webapp # to use Typescript run: # Node scripts/setupTypeScrupt.js - npm install + npm ci # to start a local development server for the svelte app only: npm run dev ```