Skip to content

Commit 9a28ba9

Browse files
authored
use cp for publish
1 parent 403146e commit 9a28ba9

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
@@ -9,7 +9,7 @@
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
1111
"build_lib": "ng build ngx-http-annotations && npm run copy-readme",
12-
"copy-readme": "copy .\\README.md .\\dist\\ngx-http-annotations",
12+
"copy-readme": "cp .\\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",
1515
"publish": "cd dist/ngx-http-annotations && npm publish"

0 commit comments

Comments
 (0)