Skip to content

Commit d6a2e18

Browse files
committed
chore: update build command
1 parent e7ffa49 commit d6a2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build --sourceMap=true",
7+
"build": "ng build",
88
"test": "ng test",
99
"test-cover": "ng test --code-coverage --source-map=false",
1010
"lint": "ng lint",

0 commit comments

Comments
 (0)