@asgard-js/core 0.0.31 → 0.0.32-canary.1

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
@@ -220,23 +220,15 @@ The core package includes comprehensive tests using Vitest.
220
220
 
221
221
  ```sh
222
222
  # Run tests once
223
- npm test
224
- # or
225
223
  yarn test:core
226
224
 
227
225
  # Run tests in watch mode
228
- npm run test:watch
229
- # or
230
226
  yarn test:core:watch
231
227
 
232
228
  # Run tests with UI
233
- npm run test:ui
234
- # or
235
229
  yarn test:core:ui
236
230
 
237
231
  # Run tests with coverage
238
- npm run test:coverage
239
- # or
240
232
  yarn test:core:coverage
241
233
  ```
242
234
 
@@ -305,7 +297,7 @@ yarn build:core
305
297
  yarn watch:core
306
298
  ```
307
299
 
308
- Setup your npm release token:
300
+ Setup your npm registry token for yarn publishing:
309
301
 
310
302
  ```sh
311
303
  cd ~/