build script
This commit is contained in:
parent
b9fae9a053
commit
e114999307
1 changed files with 4 additions and 0 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
pnpm i
|
||||||
|
pnpm run build
|
||||||
|
./backend/gradlew shadowJar
|
Loading…
Reference in a new issue