updated build cfg

This commit is contained in:
Vitalii Kiiko
2024-08-14 09:57:30 +02:00
parent cd73c7fd1d
commit 56ec1647b0

13
buildspec.dev.yml Normal file
View 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'