diff --git a/buildspec.dev.yml b/buildspec.dev.yml index 1583bf7..6c62832 100644 --- a/buildspec.dev.yml +++ b/buildspec.dev.yml @@ -5,7 +5,7 @@ phases: runtime-versions: nodejs: 20 commands: - - npm ci + - npm install build: commands: - npm run build:dev diff --git a/buildspec.prod.yml b/buildspec.prod.yml index e66429f..2f0dfa8 100644 --- a/buildspec.prod.yml +++ b/buildspec.prod.yml @@ -5,7 +5,7 @@ phases: runtime-versions: nodejs: 20 commands: - - npm ci + - npm install build: commands: - npm run build:prod