|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 | 12 | "build": "rescript build -with-deps",
|
| 13 | + "clean": "rewatch clean .", |
13 | 14 | "format": "rescript format -all",
|
14 | 15 | "watch": "rewatch watch .",
|
15 | 16 | "start": "cd examples && parcel serve src/index.html",
|
16 | 17 | "generateOverrides": "node helpers/src/GenerateOverrides.bs.js && rescript format ./packages/rescript-mui-material/src/types/Overrides.res && rescript format ./packages/rescript-mui-lab/src/Overrides.res",
|
17 |
| - "clean": "rescript clean -with-deps", |
| 18 | + "publishLab": "yarn clean && cd packages/rescript-mui-lab && yarn publish --access public", |
| 19 | + "publishMui": "yarn clean && cd packages/rescript-mui-material && yarn publish --access public", |
| 20 | + "publishSystem": "yarn clean && cd packages/rescript-mui-system && yarn publish --access public", |
| 21 | + "publishDatePickers": "yarn clean && cd packages/rescript-mui-x-date-pickers && yarn publish --access public", |
18 | 22 | "postinstall": "patch-package"
|
19 | 23 | },
|
20 | 24 | "devDependencies": {
|
|
23 | 27 | "@mui/system": "^5.14.1",
|
24 | 28 | "@mui/x-date-pickers": "^6.6.0",
|
25 | 29 | "@rescript/react": "^0.12.0-alpha.2",
|
26 |
| - "@rolandpeelen/rewatch": "^0.0.12-08b8bfe.0", |
| 30 | + "@rolandpeelen/rewatch": "^0.0.12-446452d.0", |
27 | 31 | "parcel": "^2.9.2",
|
28 | 32 | "patch-package": "^7.0.0",
|
29 | 33 | "rescript": "^11.0.0-beta.4"
|
|
0 commit comments