Skip to content

Commit 8e75c8a

Browse files
committed
fix build script
1 parent 8476474 commit 8e75c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"nx": "nx",
77
"start": "nx serve",
8-
"build": "nx build && cp README.md dist/ngx-inject-control",
8+
"build": "nx build && cp README.md dist/packages/ngx-inject-control/README.md",
99
"test": "nx test",
1010
"lint": "nx workspace-lint && nx lint",
1111
"e2e": "nx e2e",

0 commit comments

Comments
 (0)