Skip to content

Commit

Permalink
🔥 hotfix: Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed Feb 23, 2024
1 parent ab62dd8 commit 182d8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: '🏗️ Build'
run: yarn build
- name: '🚢 Publish'
run: yarn publish --access public
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"analyze:types": "tsc --noEmit",
"analyze": "yarn analyze:fmt && yarn analyze:lint && yarn analyze:types",
"fix:lint": "eslint src/**/*.ts --fix",
"fix:fmt": "prettier --write .",
"prepublish": "tsc"
"fix:fmt": "prettier --write ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 182d8cb

Please sign in to comment.