Skip to content

Commit

Permalink
don't copy to out
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 7, 2024
1 parent 1a78ff1 commit 1d3ae98
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,6 @@ import { copy } from 'esbuild-plugin-copy';
from: './node_modules/web-tree-sitter/tree-sitter.wasm',
to: './out/tree-sitter.wasm'
},
{
from: './node_modules/b4a/**',
to: './out/node_modules/b4a'
},
{
from: './node_modules/udx-native/build/Release/udx.node',
to: './out/udx.node'
},
{
from: './node_modules/sodium-native/build/Release/sodium.node',
to: './out/sodium.node'
},
{
from: './node_modules/node-gyp-build/**',
to: './out/node_modules/node-gyp-build'
},
{
from: './node_modules/streamx/**',
to: './out/node_modules/streamx'
}
,
{
from: './node_modules/fast-fifo/**',
to: './out/node_modules/fast-fifo'
}
,
{
from: './node_modules/queue-tick/**',
to: './out/node_modules/queue-tick'
}
,
{
from: './node_modules/text-decoder/**',
to: './out/node_modules/text-decoder'
}
],
watch: true,
}),
Expand Down

0 comments on commit 1d3ae98

Please sign in to comment.