We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ca50 commit fb22b58Copy full SHA for fb22b58
1 file changed
webapp/_webapp/scripts/build-prd-chrome.sh
@@ -17,7 +17,7 @@ echo "📦 Beta Build: ${BETA_BUILD}"
17
echo "📦 API Endpoint: ${PD_API_ENDPOINT}"
18
echo ""
19
20
-if ! bun run build 2>&1 | tee logs/build.log; then
+if ! npm run build > logs/build.log 2>&1; then
21
echo "❌ Failed to build Chrome Extension, please check logs/build.log"
22
tail -n 10 logs/build.log
23
exit 1
0 commit comments