@explorable-viz/fluid 0.7.100 → 0.7.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,11 +45,11 @@ Success
45
45
  ### Running websites locally (as part of Fluid development)
46
46
  As an example, to build and run the website `literate-execution`:
47
47
  - `yarn build` to ensure Fluid source code has been compiled (can be skipped on subsequent runs)
48
- - `yarn bundle-website -w literate-execution` (can be skipped if the website being run is `fluid-org`)
48
+ - `yarn bundle-website literate-execution` (can be skipped if the website being run is `fluid-org`)
49
49
  - `yarn serve literate-execution` (you may be prompted to proceed; press `y`)
50
50
  - Open a browser to the served URL (defaults to `127.0.0.1:8080`)
51
51
 
52
- Note: `yarn bundle-serve literate-execution` is a convenient shorthand for `bundle-website -w` followed by `serve`.
52
+ Note: `yarn bundle-serve` is a convenient shorthand for `yarn bundle-website` followed by `yarn serve`
53
53
 
54
54
  ## Testing
55
55