Skip to content

Commit fb22b58

Browse files
committed
fix: build script
1 parent f08ca50 commit fb22b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/_webapp/scripts/build-prd-chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "📦 Beta Build: ${BETA_BUILD}"
1717
echo "📦 API Endpoint: ${PD_API_ENDPOINT}"
1818
echo ""
1919

20-
if ! bun run build 2>&1 | tee logs/build.log; then
20+
if ! npm run build > logs/build.log 2>&1; then
2121
echo "❌ Failed to build Chrome Extension, please check logs/build.log"
2222
tail -n 10 logs/build.log
2323
exit 1

0 commit comments

Comments
 (0)