Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 14, 2024
1 parent fb6f47c commit 885051d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:analyze": "ANALYZE=true turbo run build",
"codegen": "node -r @swc-node/register create.ts",
"prerelease": "turbo run build",
"release": "bumpp --all --commit=\"release: %s\" --tag=\"%s\""
"release": "bumpp --all --commit \"release: %s\" --tag \"%s\""
},
"devDependencies": {
"@eslint-sukka/node": "^5.1.2",
Expand All @@ -19,7 +19,7 @@
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.8",
"@types/node": "^20.11.30",
"bumpp": "9.3.0",
"bumpp": "^9.4.0",
"dequal": "2.0.3",
"eslint": "^8.57.0",
"eslint-config-sukka": "^5.1.2",
Expand Down
26 changes: 16 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 885051d

Please sign in to comment.