Skip to content

Commit 559f2a4

Browse files
committed
chore(build): build library with --prod flag
1 parent 97c9f61 commit 559f2a4

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
@@ -8,7 +8,7 @@
88
"ng": "ng",
99
"start": "ng serve",
1010
"build": "ng build",
11-
"build:lib": "ng build pretty-html-log && npm run copy:readme",
11+
"build:lib": "ng build pretty-html-log --prod && npm run copy:readme",
1212
"copy:readme": "copyfiles ./README.md ./dist/pretty-html-log",
1313
"format:check": "prettier --list-different 'projects/**/*.ts'",
1414
"format:write": "prettier --write 'projects/**/*.ts'",

0 commit comments

Comments
 (0)