Skip to content

Commit

Permalink
core@0.1.5+ws@0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 21, 2024
1 parent 38da702 commit f7c8fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ if (version) {

// Execute "npm publish" to publish
const tagArgs = tag ? `--tag ${tag}` : '';
execSync(`pnpm publish --access public ${tagArgs}`);
execSync(`npm publish --access public ${tagArgs}`);

0 comments on commit f7c8fd9

Please sign in to comment.