time-to-botec/squiggle/node_modules/@quri/squiggle-lang/scripts/README.md

10 lines
272 B
Markdown
Raw Normal View History

Various scripts used for development and benchmarking.
None of these are bundled in the NPM package.
# How to run these scripts
Option 1. `ts-node ./scripts/run.ts`. Slow, but doesn't require rebuilds.
Option 2. Run `yarn build` and then `node ./dist/scripts/run.js`.