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