arik-so / ldk-parser

0 stars 2 forks source link

Create separate workflow for just the bindings codegen step #22

Open arik-so opened 1 year ago

arik-so commented 1 year ago

We currently have three separate instances of basically the same code. It used to be a Python one-liner (python3 ./), but now it's npm i && npm run tsc && node ./src/index.mjs