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 52a836b commit 423aed2Copy full SHA for 423aed2
package.json
@@ -5,9 +5,7 @@
5
"scripts": {
6
"ng": "nx",
7
"nx": "nx",
8
- "start": "ng serve",
9
"build": "nx build mf-runtime --configuration production && nx build mf && nx build mf-tools --configuration production && node post-build.js",
10
- "test": "ng test",
11
"lint": "nx workspace-lint && ng lint",
12
"e2e": "ng e2e",
13
"publish:local": "npm publish dist/libs/mf --registry http://localhost:4873 && npm publish dist/libs/mf-runtime --registry http://localhost:4873 && npm publish dist/libs/mf-tools --registry http://localhost:4873",
0 commit comments