This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
+ "useWorkspaces" : true ,
4
+ "version" : " 0.0.1-87d6a2c5d.0"
5
+ }
Original file line number Diff line number Diff line change 47
47
"docker:release:push-latest" : " docker push ipfs/js-ipfs:latest" ,
48
48
"docker:release:push-version" : " docker push ipfs/js-ipfs:v`npm show ipfs@latest version -q`" ,
49
49
"release:rc" : " run-s npm:rc:* docker:rc" ,
50
- "npm:rc:version" : " aegir version prerelease --preid `git rev-parse --short HEAD` --force-publish --no-push --yes" ,
50
+ "npm:rc:version" : " lerna version prerelease --preid `git rev-parse --short HEAD` --force-publish --no-push --yes" ,
51
51
"npm:rc:build" : " npm run build" ,
52
- "npm:rc:publish" : " aegir publish from-package --no-push --no-private --dist-tag next --yes" ,
52
+ "npm:rc:publish" : " lerna publish from-package --no-push --no-private --dist-tag next --yes" ,
53
53
"docker:rc" : " run-s docker:rc:*" ,
54
54
"docker:rc:build" : " docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next" ,
55
55
"docker:rc:tag-next" : " docker tag js-ipfs:next docker.io/ipfs/js-ipfs:next" ,
59
59
},
60
60
"devDependencies" : {
61
61
"aegir" : " ^37.9.0" ,
62
+ "lerna" : " ^6.4.0" ,
62
63
"node-fetch" : " npm:@achingbrain/node-fetch@^2.6.4" ,
63
64
"npm-run-all" : " ^4.1.5"
64
65
},
You can’t perform that action at this time.
0 commit comments