correction in README.md
This commit is contained in:
parent
8dd8c27b54
commit
f78f6e422b
|
@ -16,10 +16,7 @@ for squiggle. This website is hosted at `playground.squiggle-language.com`
|
|||
- `@quri/squiggle-website` in `packages/website` The main descriptive website for squiggle,
|
||||
it is hosted at `squiggle-language.com`.
|
||||
|
||||
The playground depends on the components library which then depends on the language.
|
||||
This means that if you wish to work on the components library, you will need
|
||||
to build and bundle the language, and for the playground to work, you will need to build and bundle
|
||||
the components library and the playground.
|
||||
The playground depends on the components library which then depends on the language. This means that if you wish to work on the components library, you will need to build (no need to bundle) the language, and as of this writing playground doesn't really work.
|
||||
|
||||
# Develop
|
||||
|
||||
|
|
|
@ -29,7 +29,3 @@ And build artefacts for production,
|
|||
yarn bundle # builds components library
|
||||
yarn build # builds storybook app
|
||||
```
|
||||
|
||||
## TODO: double check if `tsc && webpack` is redundantly equivalent to `webpack`. (Edit job step name in `ci.yaml` if you edit the script).
|
||||
|
||||
## TODO: test coverage for react code
|
||||
|
|
Loading…
Reference in New Issue
Block a user