diff --git a/buildspec.staging.yml b/buildspec.dev.yml similarity index 77% rename from buildspec.staging.yml rename to buildspec.dev.yml index 81dd894..c44d149 100644 --- a/buildspec.staging.yml +++ b/buildspec.dev.yml @@ -6,7 +6,7 @@ phases: nodejs: 20 build: commands: - - npm install && npm run build:staging + - npm install && npm run build:dev artifacts: files: - '**/*'