chore: correct scripts

This commit is contained in:
Matthieu CAILLEAUX
2021-10-13 00:08:17 +02:00
parent 7dfec9220e
commit 137ae09586
5 changed files with 10 additions and 3 deletions

View File

@@ -2,5 +2,5 @@ npm run build
mkdir -p ./dist/lang
mkdir -p ./dist/styles
cp ./lang/* ./dist/lang/
cp ./src/styles/* ./dist/styles/
cp ./styles/* ./dist/styles/
cp module.json ./dist/module.json