From 2f4f951818c4034894199c0636663303bdf87844 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 9 Jun 2021 15:37:50 +0200 Subject: [PATCH] Revert "web: build API during npm build" This reverts commit a6c214e8fa4577371e86b763ace04109ce25dd83. --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index ceb308ce6..b7a5476cc 100644 --- a/web/package.json +++ b/web/package.json @@ -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"