chg: [deployment] use npm ci in order to prevent local changes to the lock file instead of using npm install
parent
de776d7240
commit
889e6c8abb
|
@ -94,11 +94,11 @@ if [[ -d node_modules && -d node_modules/ng_anr ]]; then
|
||||||
npm update
|
npm update
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
npm install
|
npm ci
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd node_modules/ng_client
|
cd node_modules/ng_client
|
||||||
npm install
|
npm ci
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
./scripts/link_modules_resources.sh
|
./scripts/link_modules_resources.sh
|
||||||
|
|
Loading…
Reference in New Issue