Skip to content

Commit

Permalink
chore: fix vscode publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jan 7, 2025
1 parent 4605278 commit 9e686fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/schema/build/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ require('esbuild')
external: ['vscode', '@prisma/*'],
platform: 'node',
sourcemap: !minify,
watch: watch
? {
onRebuild(error) {
if (error) console.error('Watch build failed');
else console.log(success);
},
}
: false,
minify,
})
.then(() => {
Expand Down

0 comments on commit 9e686fd

Please sign in to comment.