run script command in specified directory – Shopify
I'm setting up a composer.json file to run some tasks automatically when executed. The scripts look something like this: "scripts": { "post-update-cmd": [ "@createDir", "@installSlate", "@installConcat" ], "createDir": "npm install -g @shopify/slate", "installSlate": "slate theme blank_theme", "installConcat": "npm install grunt-contrib-concat…