Skip to content

Commit

Permalink
fix(ci): name script correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht authored and berendsliedrecht committed Jan 28, 2025
1 parent d307c35 commit adafa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "pnpm -r build",
"clean": "pnpm -r clean",
"test": "node --import tsx --test packages/**/tests/*.test.ts",
"publish": "lerna publish"
"release": "lerna publish"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit adafa64

Please sign in to comment.