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:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user