mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-09 12:23:30 +00:00
chore(project): update package.json metadata
This commit is contained in:
+2
-2
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user