*Remove unneeded build files
This commit is contained in:
parent
d50e0e3d42
commit
cf095ce202
9
build.js
9
build.js
|
@ -1,9 +0,0 @@
|
||||||
import esbuild from 'esbuild'
|
|
||||||
|
|
||||||
esbuild.buildSync({
|
|
||||||
entryPoints: ['src/index.ts'],
|
|
||||||
outfile: 'dist/handshake.js',
|
|
||||||
format: 'cjs',
|
|
||||||
bundle: true,
|
|
||||||
platform: "node"
|
|
||||||
})
|
|
9
build.sh
9
build.sh
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
node build.js
|
|
||||||
mkdir -p dist/build/Release
|
|
||||||
cp node_modules/bdb/build/Release/leveldown.node dist/build/Release/leveldown.node
|
|
||||||
cp node_modules/bcrypto/build/Release/bcrypto.node dist/build/Release/bcrypto.node
|
|
||||||
cp node_modules/goosig/build/Release/goosig.node dist/build/Release/goosig.node
|
|
||||||
cp node_modules/mrmr/build/Release/mrmr.node dist/build/Release/mrmr.node
|
|
||||||
cp node_modules/hsd/lib/covenants/names.db dist
|
|
Loading…
Reference in New Issue