mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-01 12:52:14 +00:00
4 lines
174 B
Bash
Executable file
4 lines
174 B
Bash
Executable file
#!/bin/zsh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run compile && npm run compile-lunr-segmentit && npm run hugo-production && npm run copy-resources && git add resources assets
|