Ran formatting

This commit is contained in:
Ozzie Gooen 2022-10-11 18:58:35 -07:00
parent 71db023f0c
commit ac0cc01852

View File

@ -38,12 +38,12 @@ node node_modules/squiggle-cli-experimental/index.js compile
or you can add a script to your `package.json`, like: or you can add a script to your `package.json`, like:
```` ```
... ...
scripts: { scripts: {
"compile": "squiggle-cli-experimental compile" "compile": "squiggle-cli-experimental compile"
} }
... ...
```` ```
This can be run with `npm run compile`. `npm` knows how to reach into the node_modules directly, so it's not necessary to specify that. This can be run with `npm run compile`. `npm` knows how to reach into the node_modules directly, so it's not necessary to specify that.