Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Feb 8, 2022
1 parent 0ab5a18 commit b3ece82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @core/build/release.ts
Expand Up @@ -142,7 +142,7 @@ const publishPackage = async (
try {
await commit(
"pnpm",
["publish", "--filter", moduleName, "--tag", version, "--access", access],
["publish", "--filter", moduleName, "--access", access],
{
cwd: pkgRoot,
stdio: "pipe",
Expand Down

0 comments on commit b3ece82

Please sign in to comment.