Skip to content

Commit

Permalink
build: use --prod to not publish with ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
manudss committed Mar 23, 2020
1 parent daa3e98 commit 7759ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build_lib": "ng build ngx-http-annotations && npm run copy-readme",
"build_lib": "ng build ngx-http-annotations --prod && npm run copy-readme",
"copy-readme": "copyfiles ./README.md ./dist/ngx-http-annotations",
"npm_pack": "cd dist/ngx-http-annotations && npm pack",
"package": "npm run build_lib && npm run npm_pack",
Expand Down

0 comments on commit 7759ead

Please sign in to comment.