7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd webclient
|
|
npm run translate
|
|
|
|
git add src/i18n-default.json
|