changed npm entry point to make clean install 'npm ci'
This commit is contained in:
parent
bdc13d5e07
commit
9a231e50e2
@ -3,14 +3,17 @@
|
|||||||
# cat /etc/passwd|grep 1000
|
# cat /etc/passwd|grep 1000
|
||||||
cd /app
|
cd /app
|
||||||
|
|
||||||
echo "Cleaning node_modules"
|
# echo "Cleaning node_modules"
|
||||||
rm -rf node_modules
|
# rm -rf node_modules
|
||||||
|
#
|
||||||
|
# echo "Cleaning npm cache"
|
||||||
|
# npm cache clean --f
|
||||||
|
#
|
||||||
|
# echo "Npm install"
|
||||||
|
# npm install
|
||||||
|
|
||||||
echo "Cleaning npm cache"
|
echo "Npm Clean Install"
|
||||||
npm cache clean --f
|
npm ci
|
||||||
|
|
||||||
echo "Npm install"
|
|
||||||
npm install
|
|
||||||
|
|
||||||
echo "Run npm dev"
|
echo "Run npm dev"
|
||||||
npm run dev
|
npm run dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user