diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/publish.yml similarity index 90% rename from .github/workflows/gh-pages.yml rename to .github/workflows/publish.yml index aeaf3ac..4469d0f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/publish.yml @@ -35,3 +35,6 @@ jobs: folder: dist single-commit: true clean: true + - run: npm run build:library + - name: Publish package on NPM + run: npm publish --access public