@codbex/harmonia 0.3.0 → 0.4.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
@@ -29,6 +29,14 @@ npm run build
29
29
  npm run docs:install
30
30
  ```
31
31
 
32
+ 3. Build the library
33
+
34
+ Even if you did a library build before, you need to do this after you install the document dependencies
35
+
36
+ ```sh
37
+ npm run build
38
+ ```
39
+
32
40
  3. Build the documentation
33
41
 
34
42
  ```sh