From fdbb51a7b196b70b33210386789e6f81f3449bdd Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 24 Feb 2019 17:25:51 +0100 Subject: [PATCH] Misc --- cc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cc.sh b/cc.sh index 0cd4dbd39..8f565a426 100755 --- a/cc.sh +++ b/cc.sh @@ -69,8 +69,7 @@ if [[ "$ASF_UI" -eq 1 ]]; then rm -rf "ASF-ui/dist" cd ASF-ui - npm i - git checkout -- package.json package-lock.json # Until we can switch to npm ci, avoid any changes to source files done by npm i + npm ci npm run-script deploy cd ..