Use npm install instead of npm ci (no lockfile)
Deploy to route.crispygoat.com / deploy (push) Failing after 2m56s
Deploy to route.crispygoat.com / deploy (push) Failing after 2m56s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
# Install production deps only
|
# Install production deps only
|
||||||
cd $APP_DIR
|
cd $APP_DIR
|
||||||
npm ci --omit=dev
|
npm install --omit=dev
|
||||||
|
|
||||||
# Copy env if not already there
|
# Copy env if not already there
|
||||||
if [ ! -f $APP_DIR/.env.production ]; then
|
if [ ! -f $APP_DIR/.env.production ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user