Skip to content

Commit 423aed2

Browse files
committed
fix(npm): remove non-functional start and test script
1 parent 52a836b commit 423aed2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"scripts": {
66
"ng": "nx",
77
"nx": "nx",
8-
"start": "ng serve",
98
"build": "nx build mf-runtime --configuration production && nx build mf && nx build mf-tools --configuration production && node post-build.js",
10-
"test": "ng test",
119
"lint": "nx workspace-lint && ng lint",
1210
"e2e": "ng e2e",
1311
"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

Comments
 (0)