4 lines
93 B
Bash
4 lines
93 B
Bash
npm run build
|
|
mkdir -p ./dist/lang
|
|
cp ./lang/* ./dist/lang/
|
|
cp module.json ./dist/module.json |