diff --git a/.github/workflows/module-bundle.yml b/.github/workflows/module-bundle.yml index 2564c0a..a62ab00 100644 --- a/.github/workflows/module-bundle.yml +++ b/.github/workflows/module-bundle.yml @@ -27,6 +27,7 @@ jobs: node-version: "16.x" registry-url: "https://registry.npmjs.org" - run: npm ci + - run: npm run bundle - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 876c250..d065611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@publicissapient/authorizationutil", - "version": "1.2.2", + "version": "1.2.3", "description": "Simplistic authorization management - alternative to heavy (though robust) solutions", "main": "dist/index.js", "scripts": {