4 lines
61 B
Bash
4 lines
61 B
Bash
|
#!/bin/bash
|
||
|
pnpm i
|
||
|
pnpm run build
|
||
|
./backend/gradlew shadowJar
|