Files
wfrp4-actor-sheet-print/package.sh
Matthieu CAILLEAUX 7dfec9220e chore: init commit
2021-10-12 23:48:21 +02:00

6 lines
149 B
Bash

npm run build
mkdir -p ./dist/lang
mkdir -p ./dist/styles
cp ./lang/* ./dist/lang/
cp ./src/styles/* ./dist/styles/
cp module.json ./dist/module.json