Skip to content

Commit

Permalink
Add yarn publish-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jun 12, 2022
1 parent e463f91 commit ba67560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "cashscript-examples",
"private": true,
"version": "0.7.1",
"description": "Usage examples of the CashScript SDK",
"main": "p2pkh.js",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
"cashproof": "python3 node_modules/cashproof/run.py",
"examples": "ts-node examples/p2pkh.ts && ts-node examples/transfer_with_timeout.ts && ts-node examples/hodl_vault.ts",
"coverage": "codecov",
"postinstall": "lerna bootstrap && lerna run build --ignore cashscript-example",
"postinstall": "lerna bootstrap && lerna run build --ignore cashscript-examples",
"spellcheck": "cspell lint '**' --no-progress --must-find-files",
"update-version":"ts-node update-version.ts"
"update-version": "ts-node update-version.ts",
"publish-all": "lerna publish from-package"
}
}

0 comments on commit ba67560

Please sign in to comment.