diff --git a/README.md b/README.md index 4bde6ef..28edd6b 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ git clone https://github.com/eosrio/node-abieos.git cd node-abieos npm install npm run build:linux -npm run build:tsc +npm run build ``` diff --git a/package.json b/package.json index 8613f18..e75a698 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,6 @@ "test": "cd examples && node basic.mjs", "tsc:watch": "tsc --watch", "clean": "cmake-js clean", - "bundle": "tsup lib/abieos.ts --format cjs,esm --dts --clean", - "bundle:esm": "tsup lib/abieos.ts --format esm --dts --clean", "build": "tsup", "build:linux": "cmake-js compile --cc /usr/bin/clang-18 --cxx /usr/bin/clang++-18 && cp build/Release/node_abieos.node lib/abieos.node", "build:linux:ci": "cmake-js compile && cp build/Release/node_abieos.node lib/abieos.node",