Fix usage of nx in npm scripts (#32505)

* Fix usage of nx in npm scripts

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Tidy project.json

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-02-13 16:44:20 +00:00
committed by GitHub
parent 4912c6e71b
commit 2a450e2520
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"outputs": ["{projectRoot}/res/css/_components.pcss"]
},
"build": {
"command": "webpack-cli --progress --mode production {args}",
"command": "webpack-cli --progress --mode production",
"outputs": ["{projectRoot}/webapp"]
},
"start:i18n": {