Skip to content

Commit 6981dae

Browse files
committed
build: uses rimraf and copyfiles so that it also works on windows
1 parent 0d0d3cc commit 6981dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ngh": "angular-cli-ghpages"
99
},
1010
"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",
11+
"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",
1212
"test": "jest"
1313
},
1414
"schematics": "./collection.json",

0 commit comments

Comments
 (0)