fix(cli): replace removed run-s in prepublishOnly

This commit is contained in:
2026-09-12 15:32:02 +02:00
parent 3f7bb6f32e
commit 98c56f6fb9
+1 -1
View File
@@ -21,7 +21,7 @@
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"prepublishOnly": "run-s build"
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@cryptgeon/shared": "workspace:*",