Revert "web: build API during npm build"

This reverts commit a6c214e8fa.
This commit is contained in:
Jens Langhammer 2021-06-09 15:37:50 +02:00
parent a6c214e8fa
commit 2f4f951818
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "GNU GPLv3",
"scripts": {
"extract": "lingui extract",
"build": "cd api && npx tsc && cd .. && lingui compile && rollup -c",
"build": "lingui compile && rollup -c ./rollup.config.js",
"watch": "lingui compile && rollup -c -w",
"lint": "eslint . --max-warnings 0",
"lit-analyse": "lit-analyzer src"