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