8 lines
125 B
Bash
8 lines
125 B
Bash
#!/bin/zsh
|
|
|
|
cd `dirname $0`
|
|
pwd
|
|
|
|
npm run build && rsync --delete -avz dist/ ../server/src/main/resources/static/
|
|
|
|
echo 'done' |