@tinyrack/dotweave 0.42.0 → 0.42.6

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinyrack/dotweave",
3
- "version": "0.42.0",
3
+ "version": "0.42.6",
4
4
  "description": "A personal CLI tool for git-backed configuration sync.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -67,7 +67,7 @@
67
67
  "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
68
68
  "prebuild": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
69
69
  "pkg:build": "dotweave-tools pkg build",
70
- "pkg:smoke": "dotweave-tools pkg smoke --skip-build",
70
+ "pkg:smoke": "dotweave-tools pkg smoke",
71
71
  "start": "node dist/index.js",
72
72
  "typecheck": "tsc -p tsconfig.json",
73
73
  "test": "vitest run",