2.0.0 • Published 5 years ago
@saulsolorzano/shopify-script-helpers v2.0.0
Shopify Script Helpers
Scripts for watching and deploying Shopify themes
You need to add the following scripts to your package.json
"scripts": {
"watch": "script-helpers-watch",
"deploy": "script-helpers-deploy"
},
This package needs ttab
installed. Run npm install ttab -g
.