mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-22 16:25:13 +00:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/zsh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run build && npm run copy && git add resources assets/js
|