syncify
syncify copied to clipboard
🤝 WIP ~ Shopify theme upload, download and watch development tool.
**Branch**: next When installing `@syncify/cli` globally via `pnpm add @syncify/cli@unstable -g`, if you've previously installed the package and removed it, the `postinstall` script is not executed. This causes an error...
Dynamic recreation needs to be imposed on .syncify cache. This will address headaches with recreation cycles. - #47 - #46 The plan here is to add additional checks for cache...
**Branch:** next When deleting a project and recreating it with the same name, a caching issue occurs that prevents proper project initialization. ## Steps to Reproduce 1. Create a project...
**Branch:** next When following the `sy init` setup flow, selecting an existing theme from the interactive prompt fails with the error: "You must select at least 1 theme" ```bash test-init-14-04-25...
The `dist` folder appears to contain built/compiled files that shouldn't be tracked in version control. This folder should be: - Added to `.gitignore` - Removed from the repository - Built...
Sometimes there's little piece of code that is helpful for local development, but not needed on the production environment. This feature was initially discussed on Shopify Devs discord, where others...