- split build int ophases;
This commit is contained in:
@@ -5,7 +5,7 @@ phases:
|
|||||||
runtime-versions:
|
runtime-versions:
|
||||||
nodejs: 20
|
nodejs: 20
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm install
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- npm run build:dev
|
- npm run build:dev
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ phases:
|
|||||||
runtime-versions:
|
runtime-versions:
|
||||||
nodejs: 20
|
nodejs: 20
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm install
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- npm run build:prod
|
- npm run build:prod
|
||||||
|
|||||||
Reference in New Issue
Block a user