5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
#!/bin/zsh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run build && npm run copy && git add resources assets/js
|