chore(project): update package.json metadata

This commit is contained in:
kaitranntt
2025-12-07 22:25:36 -05:00
parent 8bffd5fc17
commit 55197ee42e
+2 -2
View File
@@ -73,8 +73,8 @@
"ui:build": "cd ui && bun run build",
"ui:preview": "cd ui && bun run preview",
"ui:validate": "cd ui && bun run validate",
"prepublishOnly": "bun run validate && node scripts/sync-version.js",
"prepack": "bun run validate && node scripts/sync-version.js",
"prepublishOnly": "bun run build:all && bun run validate && node scripts/sync-version.js",
"prepack": "bun run build:all && bun run validate && node scripts/sync-version.js",
"prepare": "husky",
"postinstall": "node scripts/postinstall.js"
},