Skip to content

Commit

Permalink
chore(release): Filter release script (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jul 28, 2023
1 parent 9e2db8f commit 61b6d19
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 @@ -19,7 +19,7 @@
"compile": "turbo run compile",
"docs": "yarn workspace @stackbuilders/assertive-ts docs",
"lint": "eslint .",
"release": "turbo release",
"release": "turbo release --filter=@stackbuilders/assertive-ts",
"test": "turbo run test"
},
"devDependencies": {
Expand Down

0 comments on commit 61b6d19

Please sign in to comment.