diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ab0d435a..c9d7893a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -42,7 +42,7 @@ jobs: run: | set -e rm -rf dist - NODE_ENV=production npx tsc + NODE_ENV=production npx exec -- tsc NODE_ENV=production npm npm exec -- rollup -c - name: Commit Distribution Files uses: stefanzweifel/git-auto-commit-action@v5