Closed komodoris closed 7 months ago
Command is using ; instead of && to append "install-cli": "**npm install;** npm run build && npm install -g",
&&
"install-cli": "**npm install;** npm run build && npm install -g",
Fixed via https://github.com/bigcommerce/widget-builder/pull/131, thank you for reporting the issue!
Command is using ; instead of
&&
to append"install-cli": "**npm install;** npm run build && npm install -g",