Skip to content

Commit bcb88c1

Browse files
committed
Fix npm start
1 parent eb439cc commit bcb88c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
6868
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
6969
"preversion": "cat package.json | jq '(.localDependencies // {} | to_entries | map([if .value == \"production\" then \"dependencies\" else \"devDependencies\" end, .key])) as $P | delpaths($P)' > package-temp.json && mv package-temp.json package.json",
70-
"start": "npm run build -- --watch"
70+
"start": "npm run build:tsup -- --watch"
7171
},
7272
"localDependencies": {
7373
"@msinternal/botframework-webchat-base": "development",

packages/fluent-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
5151
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
5252
"preversion": "cat package.json | jq '(.localDependencies // {} | to_entries | map([if .value == \"production\" then \"dependencies\" else \"devDependencies\" end, .key])) as $P | delpaths($P)' > package-temp.json && mv package-temp.json package.json",
53-
"start": "npm run build -- --watch"
53+
"start": "npm run build:tsup -- --watch"
5454
},
5555
"localDependencies": {
5656
"@msinternal/botframework-webchat-tsconfig": "development",

0 commit comments

Comments
 (0)