Skip to content

Commit 782b33c

Browse files
authored
Merge pull request #114 from asperpharma/copilot/fix-typescript-compilation-supabase-client
Fix package.json duplicate script keys and restore correct `sync` command
2 parents 12011e5 + b711ca9 commit 782b33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:bulk-upload": "node scripts/test-bulk-upload-validation.mjs",
2020
"health": "node scripts/health-check.js",
2121
"brain": "node scripts/brain-check.js",
22-
"sync": "node scripts/sync-check.js",
22+
"sync": "tsx scripts/sync-shopify-catalog.ts",
2323
"sync:dry": "tsx scripts/sync-shopify-catalog.ts --dry-run",
2424
"sync:publish": "tsx scripts/sync-shopify-catalog.ts --publish"
2525
},

0 commit comments

Comments
 (0)