Skip to content

Commit e296f2f

Browse files
authored
chore: corrected path names (#4028)
1 parent 2601669 commit e296f2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"copy:outputs": "cpr build ../../build-outputs/components/build -o",
3131
"copy:package.json": "cpr package.json ../../build-outputs/components/package.json -o",
3232
"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\"",
3434
"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\"",
3636
"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\"",
3939
"generate:component": "hygen mitosis new",
4040
"generate:docs": "hygen update-docs new",
4141
"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\""
4343
},
4444
"dependencies": {
4545
"@db-ux/core-foundations": "*"

0 commit comments

Comments
 (0)