Skip to content

Commit ce6e59e

Browse files
committed
Fix publish script
1 parent bff701b commit ce6e59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN });
4242
await exec("yarn build");
4343
console.log(" - Publishing");
4444
await exec(
45-
`yarn --cwd dist publish --non-interactive --new-version ${deviconVersion}`
45+
`yarn publish dist --non-interactive --new-version ${deviconVersion}`
4646
);
4747
console.log(" - Creating github release");
4848
const release_id = (

0 commit comments

Comments
 (0)