Skip to content

Commit 3c79c1f

Browse files
Copilotasperpharma
andcommitted
Fix duplicate script keys in package.json and restore correct sync command
Co-authored-by: asperpharma <252395498+asperpharma@users.noreply.github.com>
1 parent d4ad441 commit 3c79c1f

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

package-lock.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
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",
25-
"health": "node scripts/health-check.js",
26-
"brain": "node scripts/brain-check.js",
2725
"sync:check": "node scripts/sync-check.js"
2826
},
2927
"dependencies": {

0 commit comments

Comments
 (0)