@thyn/core 0.0.349 → 0.0.350

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.
@@ -23,17 +23,7 @@ jobs:
23
23
  node-version: ${{ matrix.node-version }}
24
24
 
25
25
  - name: Install core dependencies
26
- working-directory: packages/core
27
26
  run: npm install
28
27
 
29
28
  - name: Run core tests
30
- working-directory: packages/core
31
- run: npm test
32
-
33
- - name: Install vite-plugin dependencies
34
- working-directory: packages/vite-plugin
35
- run: npm install
36
-
37
- - name: Run vite-plugin tests
38
- working-directory: packages/vite-plugin
39
29
  run: npm test