Ignore backend in build webapp script
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m8s

This commit is contained in:
Prathamesh Musale 2024-10-18 16:45:45 +05:30
parent a9f50a02f0
commit dad0dd0326

View File

@ -24,7 +24,7 @@ VITE_TURNKEY_ORGANIZATION_ID = 'LACONIC_HOSTED_CONFIG_turnkey_organization_id'
EOF
yarn || exit 1
yarn build || exit 1
yarn build --ignore backend || exit 1
if [[ ! -d "$OUTPUT_DIR" ]]; then
echo "Missing output directory: $OUTPUT_DIR" 1>&2