syncify icon indicating copy to clipboard operation
syncify copied to clipboard

🤝 WIP ~ Shopify theme upload, download and watch development tool.

Results 26 syncify issues
Sort by recently updated
recently updated
newest added

**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...

unstable

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...

unstable

**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...

unstable

**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...

unstable

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...

unstable

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...

feature request