compile.sh
This commit is contained in:
7
compile.sh
Executable file
7
compile.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd 00-backend
|
||||
mvn package
|
||||
cd ../01-frontend
|
||||
npm install
|
||||
cd ..
|
||||
Reference in New Issue
Block a user