@everchron/ec-shards 8.12.9 → 8.13.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
@@ -27,7 +27,7 @@ Expected node version: >= 20.5.0
27
27
  | `npm install` | Install the dependencies |
28
28
  | `npm run dev` | Compiles and hot-reloads for app development |
29
29
  | `npm run build` | Compiles, minifies, and builds package |
30
- | `npm run test:unit` | Run Unit Tests with [Vitest](https://vitest.dev/) |
30
+ | `npm run test` | Run Unit Tests with [Vitest](https://vitest.dev/) |
31
31
  | `npm publish --access public` | Publishes built package to npm (main branch). **Note:** You must be logged into npm with an account that has access to the @everchron organization. Additionally, you need to bump the version number in `package.json` before publishing. |
32
32
  | `npm publish --access public --tag beta` | Published built package to npm with a feature/branch tag |
33
33