From 12bf7ceca552b557d6724470f27e655f615c8ae2 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sat, 13 Aug 2022 09:53:27 -0400 Subject: [PATCH] verify dist broken --- .github/workflows/ci-jsx.yml | 5 ++++- .github/workflows/ci.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-jsx.yml b/.github/workflows/ci-jsx.yml index 6d3c696..64b1998 100644 --- a/.github/workflows/ci-jsx.yml +++ b/.github/workflows/ci-jsx.yml @@ -28,4 +28,7 @@ jobs: npm run test:jsx - name: Build run: | - npm run build \ No newline at end of file + npm run build + - name: Dist + run: | + npm run dist \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 828a7b2..c000ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,7 @@ jobs: npm test - name: Build run: | - npm run build \ No newline at end of file + npm run build + - name: Dist + run: | + npm run dist \ No newline at end of file