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 97c9f61 commit 559f2a4Copy full SHA for 559f2a4
package.json
@@ -8,7 +8,7 @@
8
"ng": "ng",
9
"start": "ng serve",
10
"build": "ng build",
11
- "build:lib": "ng build pretty-html-log && npm run copy:readme",
+ "build:lib": "ng build pretty-html-log --prod && npm run copy:readme",
12
"copy:readme": "copyfiles ./README.md ./dist/pretty-html-log",
13
"format:check": "prettier --list-different 'projects/**/*.ts'",
14
"format:write": "prettier --write 'projects/**/*.ts'",
0 commit comments