This commit is contained in:
JustArchi
2019-02-24 17:25:51 +01:00
parent effb7a471a
commit fdbb51a7b1

3
cc.sh
View File

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