Ignore backend in build webapp script
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m8s
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m8s
This commit is contained in:
parent
a9f50a02f0
commit
dad0dd0326
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user