Revert "web: build API during npm build"
This reverts commit a6c214e8fa
.
This commit is contained in:
parent
a6c214e8fa
commit
2f4f951818
|
@ -5,7 +5,7 @@
|
||||||
"license": "GNU GPLv3",
|
"license": "GNU GPLv3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"extract": "lingui extract",
|
"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",
|
"watch": "lingui compile && rollup -c -w",
|
||||||
"lint": "eslint . --max-warnings 0",
|
"lint": "eslint . --max-warnings 0",
|
||||||
"lit-analyse": "lit-analyzer src"
|
"lit-analyse": "lit-analyzer src"
|
||||||
|
|
Reference in New Issue