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 0d0d3cc commit 6981daeCopy full SHA for 6981dae
src/package.json
@@ -8,7 +8,7 @@
8
"ngh": "angular-cli-ghpages"
9
},
10
"scripts": {
11
- "build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles ../README.md builders.json collection.json package.json angular-cli-ghpages dist && copyfiles deploy/schema.json dist/deploy",
+ "build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles builders.json collection.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md",
12
"test": "jest"
13
14
"schematics": "./collection.json",
0 commit comments