you can use appflow:build this will take priority over your build. and add your prod command there.
eg: "appflow:build": "if [ \"$CI_PLATFORM\" != \"web\" ]; then npx trapeze run ci.yml -y --$CI_PLATFORM; fi && npm run build"
you can use appflow:build this will take priority over your build. and add your prod command there.
eg: "appflow:build": "if [ \"$CI_PLATFORM\" != \"web\" ]; then npx trapeze run ci.yml -y --$CI_PLATFORM; fi && npm run build"