We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788d4f7 commit d8d19c5Copy full SHA for d8d19c5
package.json
@@ -14,7 +14,9 @@
14
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
15
"build:schematics": "nx run-many -t build-schematics",
16
"publish": "nx run-many -t npm-publish",
17
- "clean": "rimraf dist node_modules dist/libs"
+ "clean": "rimraf dist node_modules dist/libs",
18
+ "nx:run-target": "nx run",
19
+ "nx:run-many": "nx run-many"
20
},
21
"repository": {
22
"type": "git",
0 commit comments