Skip to content

Commit

Permalink
Revert make file to use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperstrongBE committed Nov 8, 2024
1 parent df3e1d7 commit 126b6ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ generate_manifest:
compile_apps:
rm -rf ./dist
mkdir dist
cd ./applications/apps/checkout && rm -rf ./build && npm run build && cd ./../../../dist && mkdir checkout && cd ../ && cp -r ./applications/apps/checkout/build ./dist/checkout
cd ./applications/apps/checkout && rm -rf ./build && bun run build && cd ./../../../dist && mkdir checkout && cd ../ && cp -r ./applications/apps/checkout/build ./dist/checkout
cd ./applications/apps/regstore && rm -rf ./build && bun run build && cd ./../../../dist && mkdir regstore && cd ../ && cp -r ./applications/apps/regstore/build ./dist/regstore
cd ./applications/apps/refund && rm -rf ./build && bun run build && cd ./../../../dist && mkdir refund && cd ../ && cp -r ./applications/apps/refund/build ./dist/refund

0 comments on commit 126b6ac

Please sign in to comment.