Skip to content

Commit c971cc1

Browse files
committed
Add yarn to-charts.
1 parent bcc17be commit c971cc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"to-cloud": "yarn ts-bundle && yarn cp-cloud",
2121
"cp-dashboard": "cp -R ./lib ../dashboard/node_modules/@netdata/netdata-ui/",
2222
"to-dashboard": "yarn ts-bundle && yarn cp-dashboard",
23+
"cp-charts": "cp -R ./lib ../charts/node_modules/@netdata/netdata-ui/",
24+
"to-charts": "yarn ts-bundle && yarn cp-charts",
2325
"prepare": "install-peers && yarn ts-bundle",
2426
"resolveAlias": "tsconfig-replace-paths -p tsconfig.json -s ./src -o ./lib"
2527
},

0 commit comments

Comments
 (0)