fixed needed yarn commands in README.md

This commit is contained in:
Quinn Dougherty 2022-03-24 20:21:34 -04:00
parent a1990ea3eb
commit 1efc4644bb

View File

@ -1,12 +1,13 @@
# Squiggle language # Squiggle language
# Build for development # Build for development
We assume that you ran `yarn` at the monorepo level.
``` sh ``` sh
yarn
yarn build yarn build
yarn bundle
``` ```
`yarn bundle` is needed for a deployment.
Other: Other:
``` sh ``` sh
yarn start # listens to files and recompiles at every mutation yarn start # listens to files and recompiles at every mutation