Skip to content

Commit 7759ead

Browse files
committed
build: use --prod to not publish with ivy
1 parent daa3e98 commit 7759ead

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
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
11-
"build_lib": "ng build ngx-http-annotations && npm run copy-readme",
11+
"build_lib": "ng build ngx-http-annotations --prod && npm run copy-readme",
1212
"copy-readme": "copyfiles ./README.md ./dist/ngx-http-annotations",
1313
"npm_pack": "cd dist/ngx-http-annotations && npm pack",
1414
"package": "npm run build_lib && npm run npm_pack",

0 commit comments

Comments
 (0)