From d5c14c8c2bcd33eaafd56fe2a83592cb3616a644 Mon Sep 17 00:00:00 2001 From: Spomky Date: Mon, 3 Aug 2020 14:22:55 +0200 Subject: [PATCH] Missing build command --- .github/workflows/npm-publish.yml | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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": {