mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-26 20:41:45 +00:00
fix(cli): replace removed run-s in prepublishOnly
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"scripts": {
|
||||
"build": "vp pack",
|
||||
"dev": "vp pack --watch",
|
||||
"prepublishOnly": "run-s build"
|
||||
"prepublishOnly": "pnpm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cryptgeon/shared": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user