wondercraft-co / wonderplate-shopify-cli

0 stars 0 forks source link

Add scripts to the package.json to run to run shopify theme tasks #8

Closed juanpasolano closed 7 months ago

juanpasolano commented 7 months ago
scripts: {
 "thetaskstart":  "shopify theme dev  --store $npm_package_config_store" --port $npm_package_config_port,
  "thetaskdeploy":  "shopify theme push --ignore=templates/*.json, config/*.json,
}

...

"config": {
    "store": "thestore",
    "port": 8080
  }
juanpasolano commented 7 months ago

implemented