diff --git a/web/package.json b/web/package.json index b7a5476cc..ceb308ce6 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "license": "GNU GPLv3", "scripts": { "extract": "lingui extract", - "build": "lingui compile && rollup -c ./rollup.config.js", + "build": "cd api && npx tsc && cd .. && lingui compile && rollup -c", "watch": "lingui compile && rollup -c -w", "lint": "eslint . --max-warnings 0", "lit-analyse": "lit-analyzer src"