Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
serkodev committed Aug 29, 2024
1 parent b88945a commit 3f72094
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 151 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"docs:dev": "pnpm --dir docs dev",
"docs:build": "pnpm --dir docs build",
"docs:deploy": "pnpm dev:prepare && pnpm docs:build",
"release": "npm run lint && npm run test && npm run prepack && changelogen --no-output --release && npm publish && git push --follow-tags",
"prepublishOnly": "pnpm lint && pnpm test && pnpm prepack",
"release": "bumpp && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand All @@ -51,7 +52,7 @@
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^20.16.2",
"changelogen": "^0.5.5",
"bumpp": "^9.5.2",
"eslint": "^8.57.0",
"nuxt": "catalog:",
"vitest": "^1.6.0",
Expand Down
Loading

0 comments on commit 3f72094

Please sign in to comment.