Fix build

This commit is contained in:
Chocobozzz 2021-08-13 08:15:01 +02:00
parent 101780a643
commit 291ae05ae0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"tsc": "tsc",
"eslint": "eslint",
"lint": "eslint --ext .ts \"server/**/*.ts\"",
"build": "rm -r dist && tsc && cp -r themes dist/ && cd ./client && npm run build",
"build": "rm -rf dist && tsc && cp -r themes dist/ && cd ./client && npm run build",
"postinstall": "cd client/ && yarn install --pure-lockfile",
"start": "node dist/server.js",
"i18n:update": "cd client && git fetch weblate && git merge weblate/master && rm -f src/locale/en_US/LC_MESSAGES/app.po && make clean && make makemessages && make translations"