Fix install

This commit is contained in:
Chocobozzz 2020-09-01 13:54:11 +02:00
parent d98656115d
commit 09e670074d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"eslint": "eslint",
"lint": "eslint --ext .ts \"server/**/*.ts\"",
"build": "rm -r dist && tsc && 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"
},