Kim Skinner

Results 4 comments of Kim Skinner

I too am running into problems with `IS_FORCE_DELETION: true` not preforming the action while using the `GIT_REMOTE_PULL_PARAMS` recommended settings. ``` ::info::force delete files ::warn::force file deletion is enabled. Deleting files...

**Dev Build** If I were to run `syncify store --theme dev --watch --hot`, once I save the `json` file, I'll see this error since the `liquid` file will not exist....

Another idea, we could drop the `postinstall` script completely and handle this through a new `sy install` command instead. Since pnpm is forcing us to use that extra `approve-builds` step...

I’ve learned that the dist folder is included in the repo because pnpm allows users to install directly from Git (`pnpm add [git_repo]`), and having pre-built files in dist makes...