updated build cfg
This commit is contained in:
13
buildspec.dev.yml
Normal file
13
buildspec.dev.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
nodejs: 20
|
||||
build:
|
||||
commands:
|
||||
- npm install && npm run build:dev
|
||||
artifacts:
|
||||
files:
|
||||
- '**/*'
|
||||
base-directory: 'build'
|
||||
Reference in New Issue
Block a user