Skip to content

Commit 4797d8d

Browse files
committed
Added template files to schematics build
1 parent 3746dcb commit 4797d8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/ng2-charts/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "ng2-charts",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
77
"scripts": {
88
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
99
"test": "jasmine",
1010
"copy:schemas": "rsync -R schematics/*/schema.json ../../dist/ng2-charts/",
11+
"copy:templates": "rsync -aR schematics/ng-generate --include '*.template' --include '*/' --exclude '*' ../../dist/ng2-charts/",
1112
"copy:collection": "cp schematics/collection.json ../../dist/ng2-charts/schematics/collection.json",
12-
"postbuild": "npm run copy:schemas && npm run copy:collection"
13+
"postbuild": "npm run copy:schemas && npm run copy:templates && npm run copy:collection"
1314
},
1415
"peerDependencies": {
1516
"@angular/common": ">=11.0.0",

0 commit comments

Comments
 (0)