Skip to content

Commit afa70b0

Browse files
committed
build(package): change commands
1 parent 7ae943e commit afa70b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"description": "My angular todo app",
55
"scripts": {
66
"ng": "ng",
7-
"start": "ng serve",
8-
"build": "ng build --prod",
7+
"start": "ng serve --host 0.0.0.0 --disable-host-check",
8+
"build": "ng build",
9+
"build:prod": "ng build --prod",
910
"test": "ng test",
1011
"lint": "ng lint",
12+
"lint:fix": "ng lint --fix",
1113
"e2e": "ng e2e"
1214
},
1315
"repository": {

0 commit comments

Comments
 (0)