- updated build configs;
This commit is contained in:
@@ -3,10 +3,12 @@ version: 0.2
|
|||||||
phases:
|
phases:
|
||||||
install:
|
install:
|
||||||
runtime-versions:
|
runtime-versions:
|
||||||
nodejs: 20
|
nodejs: 20
|
||||||
|
commands:
|
||||||
|
- npm ci
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- npm install && npm run build:dev
|
- npm run build:dev
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ phases:
|
|||||||
install:
|
install:
|
||||||
runtime-versions:
|
runtime-versions:
|
||||||
nodejs: 20
|
nodejs: 20
|
||||||
|
commands:
|
||||||
|
- npm ci
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- npm install && npm run build:prod
|
- npm run build:prod
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user