Skip to content

Commit

Permalink
chore(CI): create a npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sadjow committed Feb 28, 2025
1 parent ee47f21 commit 732fd05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run prepack && changelogen --release && git push --follow-tags",
"publish": "npm run prepack && npm publish",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -61,4 +62,4 @@
"playwright-core": "^1.39.0",
"vitest": "^0.33.0"
}
}
}

0 comments on commit 732fd05

Please sign in to comment.