mirror of
https://github.com/caprover/caprover
synced 2025-12-12 22:35:39 +00:00
Force build
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true,
|
"source.organizeImports": "explicit",
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"typescript.referencesCodeLens.enabled": true,
|
"typescript.referencesCodeLens.enabled": true,
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
|
|||||||
echo "**************************************"
|
echo "**************************************"
|
||||||
echo "**************************************"
|
echo "**************************************"
|
||||||
|
|
||||||
FRONTEND_COMMIT_HASH=d22029558a22b5f072d182965ad4495266bada67
|
FRONTEND_COMMIT_HASH=7f857b4485be175a015845719b207fceeae1b636
|
||||||
|
|
||||||
## Building frontend app
|
## Building frontend app
|
||||||
ORIG_DIR=$(pwd)
|
ORIG_DIR=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user