Skip to content

Commit 5dcee0a

Browse files
committed
Cascade build
1 parent a9a161a commit 5dcee0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
4242
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
4343
"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",
44-
"start": "npm run build -- --watch"
44+
"start": "npm run build -- --onSuccess=\"touch ../api/src/index.ts ../api-middleware/src/index.ts ../component/src/index.ts ../redux-store/src/index.ts\" --watch"
4545
},
4646
"localDependencies": {
4747
"@msinternal/botframework-webchat-tsconfig": "development"

packages/redux-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
4242
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
4343
"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",
44-
"start": "npm run build -- --watch"
44+
"start": "npm run build -- --onSuccess=\"touch ../api/src/index.ts\" --watch"
4545
},
4646
"localDependencies": {
4747
"@msinternal/botframework-webchat-react-valibot": "development",

0 commit comments

Comments
 (0)