We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633a07d commit 1769dfdCopy full SHA for 1769dfd
1 file changed
packages/bundle/package.json
@@ -97,7 +97,7 @@
97
}
98
},
99
"scripts": {
100
- "build": "npm run build:static || npm run build:tsup",
+ "build": "npm run build:static && npm run build:tsup",
101
"build:static": "node ./esbuild.static.mjs ./src/boot/exports/index.ts botframework-webchat",
102
"build:tsup": "tsup",
103
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",
0 commit comments