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 403146e commit 9a28ba9Copy full SHA for 9a28ba9
package.json
@@ -9,7 +9,7 @@
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
"build_lib": "ng build ngx-http-annotations && npm run copy-readme",
12
- "copy-readme": "copy .\\README.md .\\dist\\ngx-http-annotations",
+ "copy-readme": "cp .\\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",
15
"publish": "cd dist/ngx-http-annotations && npm publish"
0 commit comments