fix(ENV): Adding gmaps api key to build process

This commit is contained in:
Josepablo C
2024-04-06 18:10:31 -06:00
parent 757e793599
commit 8a3e3fc57f
3 changed files with 7 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ function build_static(){
nvm use 18
npm install --force 2>/dev/null
set -x
cat dotenv > .env
npm run build 2>/dev/null
cp htaccess dist/.htaccess
zip -r $BUILD_NAME.zip dist/