Skip to content

Commit

Permalink
Fix release script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shtse8 committed Mar 17, 2024
1 parent 8f9d06e commit e5720fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"scripts": {
"test": "bun test",
"build": "bun build.ts",
"release": "bun run test & bun run build & bun release-it"
"release": "bun run test && bun run build && bun release-it"
},
"devDependencies": {
"@anymud/bun-plugin-dts": "^1.0.2",
Expand All @@ -85,4 +85,4 @@
"typescript": "^5.0.0"
},
"dependencies": {}
}
}

0 comments on commit e5720fa

Please sign in to comment.