Skip to content

Commit e3138b5

Browse files
authored
chore: fix vscode publish (#1946)
1 parent 4605278 commit e3138b5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/schema/build/bundle.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ require('esbuild')
1111
external: ['vscode', '@prisma/*'],
1212
platform: 'node',
1313
sourcemap: !minify,
14-
watch: watch
15-
? {
16-
onRebuild(error) {
17-
if (error) console.error('Watch build failed');
18-
else console.log(success);
19-
},
20-
}
21-
: false,
2214
minify,
2315
})
2416
.then(() => {

0 commit comments

Comments
 (0)