Skip to content

Commit 1769dfd

Browse files
committed
Fix npm run build
1 parent 633a07d commit 1769dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}
9898
},
9999
"scripts": {
100-
"build": "npm run build:static || npm run build:tsup",
100+
"build": "npm run build:static && npm run build:tsup",
101101
"build:static": "node ./esbuild.static.mjs ./src/boot/exports/index.ts botframework-webchat",
102102
"build:tsup": "tsup",
103103
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",

0 commit comments

Comments
 (0)