fixed needed yarn
commands in README.md
This commit is contained in:
parent
a1990ea3eb
commit
1efc4644bb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user