Skip to content

Commit

Permalink
chore: fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Mar 29, 2024
1 parent 9394431 commit 24c34a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/texts/pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -18576,4 +18576,4 @@
"eng": "Pecharunt",
"chs": "桃歹郎"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test:ci": "bun test --coverage --bail=5 --ci",
"test:coverage": "bun test --coverage",
"typelint": "tsc --noEmit --skipLibCheck",
"version:bump": "pnpm qa && pnpm exec changelogen --bump --release",
"version:bump": "pnpm qa && pnpm exec changelogen --bump --patch --release",
"version:publish": "pnpm version:release",
"version:release": "pnpm build && pnpm qa:nobuild && npm publish --access=public"
},
Expand Down Expand Up @@ -90,4 +90,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 24c34a1

Please sign in to comment.