File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pluggableWidgets/charts-web Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 "scripts" : {
3737 "verify" : " rui-verify-package-format" ,
3838 "update-changelog" : " rui-update-changelog-module" ,
39- "build:module" : " scripts/build.ts" ,
39+ "build:module" : " ts-node --project scripts/tsconfig.json scripts/build.ts" ,
4040 "create-gh-release" : " rui-create-gh-release" ,
41- "push-update" : " scripts/push-update.ts" ,
42- "release:module" : " scripts/release.ts" ,
43- "start" : " scripts/start.ts"
41+ "push-update" : " ts-node --project scripts/tsconfig.json scripts/push-update.ts" ,
42+ "release:module" : " ts-node --project scripts/tsconfig.json scripts/release.ts" ,
43+ "start" : " ts-node --project scripts/tsconfig.json scripts/start.ts"
4444 },
4545 "dependencies" : {
4646 "datagrid-date-filter-web" : " workspace:*" ,
Original file line number Diff line number Diff line change 3535 "branchName" : " main"
3636 },
3737 "scripts" : {
38- "build" : " scripts/build.ts development" ,
39- "release" : " scripts/build.ts production" ,
38+ "build" : " ts-node --project scripts/tsconfig.json scripts/build.ts development" ,
39+ "release" : " ts-node --project scripts/tsconfig.json scripts/build.ts production" ,
4040 "create-gh-release" : " rui-create-gh-release" ,
4141 "publish-marketplace" : " rui-publish-marketplace" ,
4242 "verify" : " rui-verify-package-format" ,
You can’t perform that action at this time.
0 commit comments