File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 ],
1010 "scripts" : {
1111 "build" : " yarn workspace @patternfly/widgetized-dashboard build" ,
12+ "build:watch" : " yarn workspace @patternfly/widgetized-dashboard build:watch" ,
1213 "build:docs" : " yarn workspace @patternfly/widgetized-dashboard docs:build" ,
1314 "build:fed:packages" : " yarn workspace @patternfly/widgetized-dashboard build:fed:packages" ,
14- "start" : " yarn build && concurrently --kill-others \" yarn workspace @patternfly/widgetized-dashboard docs:develop\" " ,
15+ "start" : " concurrently --kill-others \" yarn build:watch \" \" yarn workspace @patternfly/widgetized-dashboard docs:develop\" " ,
1516 "serve:docs" : " yarn workspace @patternfly/widgetized-dashboard docs:serve" ,
1617 "clean" : " yarn workspace @patternfly/widgetized-dashboard clean" ,
1718 "lint:js" : " node --max-old-space-size=4096 node_modules/.bin/eslint packages --cache" ,
Original file line number Diff line number Diff line change 66 "module" : " dist/esm/index.js" ,
77 "scripts" : {
88 "build" : " tsc --build --verbose ./tsconfig.json" ,
9+ "build:watch" : " tsc --build --verbose --watch ./tsconfig.json" ,
910 "build:fed:packages" : " node generate-fed-package-json.js" ,
1011 "clean" : " rimraf dist" ,
1112 "docs:develop" : " pf-docs-framework start" ,
You can’t perform that action at this time.
0 commit comments