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 daa3e98 commit 7759eadCopy full SHA for 7759ead
package.json
@@ -8,7 +8,7 @@
8
"test": "ng test",
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
- "build_lib": "ng build ngx-http-annotations && npm run copy-readme",
+ "build_lib": "ng build ngx-http-annotations --prod && npm run copy-readme",
12
"copy-readme": "copyfiles ./README.md ./dist/ngx-http-annotations",
13
"npm_pack": "cd dist/ngx-http-annotations && npm pack",
14
"package": "npm run build_lib && npm run npm_pack",
0 commit comments