Skip to content

Commit

Permalink
fix: remove publish step from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samconcords committed Apr 9, 2021
1 parent b98b748 commit 4026cec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"vue-kit:build": "yarn workspace @concords/vue-kit build",
"ledger:build": "yarn workspace @concords/ledger build",
"ledger:release": "yarn workspace @concords/ledger semantic-release",
"ledger:publish": "yarn workspace @concords/ledger publish",
"build": "yarn identity:build && yarn core:build && yarn ledger:build",
"test": "jest",
"typedoc:build": "yarn build && typedoc"
Expand Down
1 change: 0 additions & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"scripts": {
"build": "tsc -p tsconfig.json && rollup -c --environment INCLUDE_DEPS,BUILD:production",
"dev": "rollup -c -w",
"publish": "yarn npm publish --access public",
"semantic-release": "semantic-release"
}
}

2 comments on commit 4026cec

@vercel
Copy link

@vercel vercel bot commented on 4026cec Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4026cec Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.