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