bloom-player 2.9.9 → 2.10.0

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
@@ -142,6 +142,18 @@ Either run `yarn storybook` (which has multiple books),
142
142
 
143
143
  or run `yarn dev` (which will use `index-for-developing.html`).
144
144
 
145
+ To build the standalone js file that can be used from an html file:
146
+
147
+ ```bash
148
+ yarn build:standalone
149
+ ```
150
+
151
+ To build the library used by the Bloom Editor
152
+
153
+ ```bash
154
+ yarn build:sharedlib
155
+ ```
156
+
145
157
  See package.json for other scripts.
146
158
 
147
159
  ### Testing with a book hosted on the web