Closed mgmanzella closed 2 years ago
Fixes https://github.com/Shopify/shopify-cli/issues/2513
Modifies the package command to use a 7zip to zip files when theme package is run on Windows
theme package
The test steps should be run on all platforms.
alias shopify-dev="/Users/<USERNAME>/src/github.com/Shopify/shopify-cli/bin/shopify"
shopify.bat
shopify-dev.bat
TODO
shopify-dev theme init
shopify-dev theme package <path/to/theme>
cd <theme-name>
shopify-dev theme package
7zip
WHY are these changes introduced?
Fixes https://github.com/Shopify/shopify-cli/issues/2513
WHAT is this pull request doing?
Modifies the package command to use a 7zip to zip files when
theme package
is run on WindowsHow to test your changes?
Machine Setup
The test steps should be run on all platforms.
Mac
Windows
shopify.bat
name in the bin folder of the repo toshopify-dev.bat
Linux
TODO
Test Steps
shopify-dev theme init
shopify-dev theme package <path/to/theme>
cd <theme-name>
shopify-dev theme package
Post-release steps
7zip
for theme package on windowsUpdate checklist