granola-toolkit 0.39.0 → 0.40.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/cli.js +2957 -1599
  3. package/package.json +8 -4
package/README.md CHANGED
@@ -60,6 +60,7 @@ Key docs entry points:
60
60
  ```bash
61
61
  curl -fsSL https://vite.plus | bash
62
62
  vp install
63
+ npm run web:check
63
64
  vp pack
64
65
  node dist/cli.js --help
65
66
  ```