Files
wfrp4-actor-sheet-print/package.sh
Matthieu CAILLEAUX 137ae09586 chore: correct scripts
2021-10-13 00:08:17 +02:00

6 lines
145 B
Bash

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