📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"uipro": "./dist/index.js"
|
||||
"uipro": "dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -13,7 +13,10 @@
|
||||
"scripts": {
|
||||
"build": "bun build src/index.ts --outdir dist --target node",
|
||||
"dev": "bun run src/index.ts",
|
||||
"prepublishOnly": "bun run build"
|
||||
"sync:assets": "node scripts/sync-assets.mjs",
|
||||
"check:assets": "node scripts/sync-assets.mjs --check",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepublishOnly": "npm run sync:assets && npm run typecheck && bun run build"
|
||||
},
|
||||
"keywords": [
|
||||
"ui",
|
||||
|
||||
Reference in New Issue
Block a user