Skip to content

Commit

Permalink
chore: more publish script -.-'
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Jul 18, 2020
1 parent 0a741ec commit 4015abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-dev.37",
"version": "1.0.0-beta.1",
"name": "vue-composable-monorepo",
"workspaces": [
"packages/*",
Expand Down
1 change: 1 addition & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function publish(package) {
const mainPkg = require(path.resolve("package.json"));
const version = mainPkg.version;
const tag = args.tag;
const pkgDir = path.resolve(`packages/${package}`);
try {
const args = ["publish", "--access public"];
args.push(`--new-version`, version);
Expand Down

0 comments on commit 4015abe

Please sign in to comment.