Skip to content

Commit

Permalink
ci: 修改 release 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
gxmari007 committed Jan 5, 2024
1 parent d9e5d22 commit e3f6f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@roshan-labs/auth",
"version": "0.1.0",
"description": "Nuxt3 auth module",
"repository": "https://github.com/roshan-labs/auth",
"license": "MIT",
Expand All @@ -21,7 +22,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare playground-refresh",
"release": "npm run prepack && changelogen --bump",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit e3f6f4f

Please sign in to comment.