Skip to content

Commit

Permalink
fix(publish): jsr publish script updated to run from the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv committed Jan 18, 2025
1 parent 4b860e8 commit f4b4e67
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 @@ -27,7 +27,7 @@
"@semantic-release/exec",
{
"prepareCmd": "deno run -A utils/match.ts ${nextRelease.version}",
"publishCmd": "npx jsr publish --allow-dirty -w packages/jsr"
"publishCmd": "cd packages/jsr && npx jsr publish --allow-dirty"
}
]
]
Expand Down

0 comments on commit f4b4e67

Please sign in to comment.