|
30 | 30 | "copy:outputs": "cpr build ../../build-outputs/components/build -o",
|
31 | 31 | "copy:package.json": "cpr package.json ../../build-outputs/components/package.json -o",
|
32 | 32 | "copy:readme": "cpr README.md ../../build-outputs/components/README.md -o",
|
33 |
| - "dev:angular": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:angular\"", |
| 33 | + "dev:angular": "nodemon --watch src --watch scripts -e tsx,ts -x \"npm run compile:angular\"", |
34 | 34 | "dev:html": "npm run copy-assets && npm run build-assets && npm run build-style:01_sass && vite --open",
|
35 |
| - "dev:react": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:react\"", |
| 35 | + "dev:react": "nodemon --watch src --watch scripts -e tsx,ts -x \"npm run compile:react\"", |
36 | 36 | "dev:scss": "npm run build-style:01_sass -- --watch",
|
37 |
| - "dev:stencil": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:stencil\"", |
38 |
| - "dev:vue": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:vue\"", |
| 37 | + "dev:stencil": "nodemon --watch src --watch scripts -e tsx,ts -x \"npm run compile:stencil\"", |
| 38 | + "dev:vue": "nodemon --watch src --watch scripts -e tsx,ts -x \"npm run compile:vue\"", |
39 | 39 | "generate:component": "hygen mitosis new",
|
40 | 40 | "generate:docs": "hygen update-docs new",
|
41 | 41 | "prepack": "npm run copy-assets",
|
42 |
| - "start": "nodemon --watch src --watch scripts --watch overrides -e js,tsx,ts,scss,json -x \"npm run build\"" |
| 42 | + "start": "nodemon --watch src --watch scripts --watch scripts -e js,tsx,ts,scss,json -x \"npm run build\"" |
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 | 45 | "@db-ux/core-foundations": "*"
|
|
0 commit comments