Skip to content

Commit

Permalink
fix bundle workflow to... actually bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Carpenito authored and Joe Carpenito committed Aug 11, 2022
1 parent ce66c60 commit d42140e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/module-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d42140e

Please sign in to comment.