Working Node.js deployment - use npm install instead of ci
This commit is contained in:
@@ -55,7 +55,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
npm ci --prefer-offline --no-audit 2>&1
|
npm install --prefer-offline --no-audit 2>&1
|
||||||
echo "Dependencies installed."
|
echo "Dependencies installed."
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace
|
- name: workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user