From 218b3c1309d0f2689a6479a5d1e2e92157cf6018 Mon Sep 17 00:00:00 2001 From: Sahil Kashetwar Date: Wed, 7 Aug 2024 10:03:14 +0530 Subject: [PATCH] updated the commad --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 079c9a1a..7d481e0a 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -10,7 +10,7 @@ phases: build: commands: - - REACT_APP_WALLET_VERSION=$(git rev-parse --short HEAD) yarn build + - REACT_APP_WALLET_VERSION=$(git rev-parse --short HEAD) yarn build:prod artifacts: # include all files required to run the application