chore(config): add sync script to package.json

This commit is contained in:
Prad Nukala
2026-08-20 13:37:14 -04:00
parent fce2c4f93d
commit 633362b9b3
+1
View File
@@ -7,6 +7,7 @@
"build": "blume build", "build": "blume build",
"doctor": "blume doctor", "doctor": "blume doctor",
"pick": "bun scripts/pick.ts", "pick": "bun scripts/pick.ts",
"sync": "bun scripts/sync.ts",
"test": "bun scripts/test.ts" "test": "bun scripts/test.ts"
}, },
"dependencies": { "dependencies": {