diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 861e372..523e931 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,6 +28,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci + - run: npm build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} @@ -42,6 +43,7 @@ jobs: node-version: 12 registry-url: https://npm.pkg.github.com/ - run: npm ci + - run: npm build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index c437211..20aecba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web-auth/webauthn-helper", - "version": "0.0.9", + "version": "0.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74c5179..a75e957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-auth/webauthn-helper", - "version": "0.0.10", + "version": "0.0.11", "description": "JS functions to ease the use of the Spomky-Labs library and Symfony bundle", "main": "index.js", "scripts": {