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 ..