This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Configure deployment scripts #19
Labels
chore
Naming, organizing folder structure, and less impactful tasks.
Milestone
As a maintainer
I need to ensure that the code is automatically deployed
so that it is not affected by human errors during deployment.
What it is now
The extensions code needs to be manually deployed to Shopify
What it should be
A github action should run the deployment script when a branch with
release/*
is mergedTechnical details
Configure the deployment script for the Shopify extensions code.
To build the static code run the command:
npm run deploy
The text was updated successfully, but these errors were encountered: