fixed needed yarn
commands in README.md
This commit is contained in:
parent
a1990ea3eb
commit
1efc4644bb
|
@ -1,12 +1,13 @@
|
|||
# Squiggle language
|
||||
|
||||
# Build for development
|
||||
We assume that you ran `yarn` at the monorepo level.
|
||||
``` sh
|
||||
yarn
|
||||
yarn build
|
||||
yarn bundle
|
||||
```
|
||||
|
||||
`yarn bundle` is needed for a deployment.
|
||||
|
||||
Other:
|
||||
``` sh
|
||||
yarn start # listens to files and recompiles at every mutation
|
||||
|
|
Loading…
Reference in New Issue
Block a user