We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476474 commit 8e75c8aCopy full SHA for 8e75c8a
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"nx": "nx",
7
"start": "nx serve",
8
- "build": "nx build && cp README.md dist/ngx-inject-control",
+ "build": "nx build && cp README.md dist/packages/ngx-inject-control/README.md",
9
"test": "nx test",
10
"lint": "nx workspace-lint && nx lint",
11
"e2e": "nx e2e",
0 commit comments