Force build

This commit is contained in:
Kasra Bigdeli
2024-04-20 22:49:42 -07:00
parent f9d880e8c3
commit db0d8a8cb3
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"typescript.referencesCodeLens.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",

View File

@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
echo "**************************************"
echo "**************************************"
FRONTEND_COMMIT_HASH=d22029558a22b5f072d182965ad4495266bada67
FRONTEND_COMMIT_HASH=7f857b4485be175a015845719b207fceeae1b636
## Building frontend app
ORIG_DIR=$(pwd)