Skip to content

Commit 4691e93

Browse files
committed
testing actions
1 parent d83205f commit 4691e93

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

dev-scripts/build_and_push_edge.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ echo "Installation finished"
4545
yarn run build
4646
echo "Building finished"
4747

48-
cd /
49-
50-
ls $FRONTEND_DIR/caprover-frontend/build
51-
5248
cd $ORIG_DIR
5349

54-
pwd
50+
mv $FRONTEND_DIR/caprover-frontend/build ./dist-frontend
51+
52+
ls -lah
5553

5654
exit 0
5755

0 commit comments

Comments
 (0)