From 56ec1647b0492dfe30323b6317633a2343c873a2 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Wed, 14 Aug 2024 09:57:30 +0200 Subject: [PATCH] updated build cfg --- buildspec.staging.yml => buildspec.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename buildspec.staging.yml => buildspec.dev.yml (77%) 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: - '**/*'