Skip to content

Commit

Permalink
Fix broken github action (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAsjes authored Apr 29, 2024
1 parent e7dbc0b commit 1d210d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: |
npm install
- name: Build project
run: |
npm run build
- name: Push Release
if: ${{ !github.event.release.prerelease }}
env:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-nextjs",
"version": "0.5.0",
"version": "0.5.1",
"description": "Authentication and session helpers for using WorkOS & AuthKit with Next.js",
"sideEffects": false,
"type": "commonjs",
Expand All @@ -16,8 +16,6 @@
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsc --project tsconfig-cjs.json",
"preversion": "npm run build",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run lint",
"lint": "eslint \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 1d210d6

Please sign in to comment.