Skip to content

Commit 79d1feb

Browse files
Updated start.sh to upload tools
1 parent fc4cbb3 commit 79d1feb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

start.sh

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ cd src/backend || exit
22

33
./gradlew build
44

5+
cd tools || exit
6+
7+
./upload_to_registry.sh
8+
9+
cd ../ || exit
10+
511
cd ../frontend || exit
612

713
npm install

0 commit comments

Comments
 (0)