7 lines
45 B
Bash
Executable File
7 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
npm run i18n:xliff2json
|
|
|