Skip to content

Commit 5c6e18c

Browse files
ci: update our release artifact build process to generate the dist folder for our TypeScript compiled JS files (#703)
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 7991bf7 commit 5c6e18c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
[[ "${{ github.event.inputs.dry-run-enabled }}" == true && ! -f VERSION ]] && echo -n "0.0.0-latest" > VERSION
8686
echo "version=$(cat VERSION | tr -d '[:space:]')" | tee -a ${GITHUB_OUTPUT}
8787
88+
- name: Build Production Distribution
89+
run: |
90+
set -x
91+
npm install
92+
npm run build
93+
8894
update-readme:
8995
name: "Update README.md"
9096
uses: ./.github/workflows/zxc-update-readme.yaml

0 commit comments

Comments
 (0)