Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 53399d6

Browse files
committed
chore: do not update example deps during canary publish
1 parent e1f1374 commit 53399d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@
4141
"docker:release:tag-version": "docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:v`npm show ipfs@latest version -q`",
4242
"docker:release:push-latest": "docker push ipfs/js-ipfs:latest",
4343
"docker:release:push-version": "docker push ipfs/js-ipfs:v`npm show ipfs@latest version -q`",
44-
"release:post:remove-hoisted-modules": "json -I -f ./lerna.json -e \"delete this.command.bootstrap.nohoist\"",
45-
"release:post:remove-examples": "json -I -f ./lerna.json -e \"this.packages = this.packages.filter(p => !p.includes('examples'))\"",
46-
"release:post:revert-ignore-changes-to-lerna-config": "git update-index --no-assume-unchanged ./lerna.json",
4744
"release:post:update-example-dependencies": "node scripts/update-example-deps.js",
48-
"release:rc": "run-s release:pre:* release:canary release:post:*",
45+
"release:rc": "run-s release:pre:* release:canary",
4946
"release:canary": "lerna publish --canary --preid rc --dist-tag next --force-publish --yes",
5047
"docker:rc": "run-s docker:rc:*",
5148
"docker:rc:build": "docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next",

0 commit comments

Comments
 (0)