From 03ffabb9aff41c104a11e852f711b32d36a6bb0c Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 2 Oct 2018 13:54:06 +0200 Subject: [PATCH] Misc --- cc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cc.sh b/cc.sh index b4898327b..313258411 100755 --- a/cc.sh +++ b/cc.sh @@ -58,6 +58,7 @@ if [[ -f "ASF-ui/package.json" ]] && hash npm 2>/dev/null; then cd ASF-ui npm i --no-progress + 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 run-script deploy --no-progress cd .. else