Skip to content

Commit 2a41985

Browse files
committed
test: canary again
1 parent 1508ff3 commit 2a41985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"commit": "git-cz",
2121
"release:check": "lerna changed",
2222
"release:latest": "lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
23-
"release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --force-publish --yes",
23+
"release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --ignore-scripts",
2424
"prepare": "husky install"
2525
},
2626
"workspaces": [

packages/contract-helpers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ querying aggregated on-chain data via rpc.
55

66
## Installation
77

8-
Install the package in your project directory with:
8+
Install the package in your project directory with this:
99

1010
```sh
1111
// with npm

0 commit comments

Comments
 (0)