correction in README.md

This commit is contained in:
Quinn Dougherty 2022-03-24 20:11:31 -04:00
parent 8dd8c27b54
commit f78f6e422b
2 changed files with 1 additions and 8 deletions

View File

@ -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, - `@quri/squiggle-website` in `packages/website` The main descriptive website for squiggle,
it is hosted at `squiggle-language.com`. it is hosted at `squiggle-language.com`.
The playground depends on the components library which then depends on the language. 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.
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.
# Develop # Develop

View File

@ -29,7 +29,3 @@ And build artefacts for production,
yarn bundle # builds components library yarn bundle # builds components library
yarn build # builds storybook app 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