Skip to content

Commit

Permalink
chore: use npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 24, 2024
1 parent f71161e commit 1ccc0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dev": "vitest",
"lint": "eslint src",
"prepack": "unbuild",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
},
"dependencies": {
Expand All @@ -47,4 +47,4 @@
"@nuxt/eslint-config": "^0.5.7"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 1ccc0f9

Please sign in to comment.