Skip to content

Commit

Permalink
Update build command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Oct 27, 2024
1 parent 4c3ddbd commit ca11c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca11c74

Please sign in to comment.