This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 41
41
"docker:release:tag-version" : " docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:v`npm show ipfs@latest version -q`" ,
42
42
"docker:release:push-latest" : " docker push ipfs/js-ipfs:latest" ,
43
43
"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" ,
47
44
"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" ,
49
46
"release:canary" : " lerna publish --canary --preid rc --dist-tag next --force-publish --yes" ,
50
47
"docker:rc" : " run-s docker:rc:*" ,
51
48
"docker:rc:build" : " docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next" ,
You can’t perform that action at this time.
0 commit comments