8000 chore: in config · ipfs/js-ipfs@e613374 · GitHub
[go: up one dir, main page]

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

Commit e613374

Browse files
committed
chore: in config
1 parent 56e8960 commit e613374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"message": "chore: publish",
1515
"createRelease": "github",
1616
"conventionalCommits": true,
17-
"verifyAccess": false
17+
"verifyAccess": false,
18+
"contents": "dist"
1819
},
1920
"version": {
2021
"allowBranch": ["master", "release/*"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"docker:release:push-latest": "docker push ipfs/js-ipfs:latest",
3737
"docker:release:push-version": "docker push ipfs/js-ipfs:v`npm show ipfs@latest version -q`",
3838
"release:rc": "run-s release:pre:non-dirty-repo release:pre:reinstall build release:canary",
39-
"release:canary": "lerna publish --canary --preid rc --dist-tag next --force-publish --contents dist --yes",
39+
"release:canary": "lerna publish --canary --preid rc --dist-tag next --force-publish --yes",
4040
"docker:rc": "run-s docker:rc:*",
4141
"docker:rc:build": "docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next",
4242
"docker:rc:tag-next": "docker tag js-ipfs:next docker.io/ipfs/js-ipfs:next",

0 commit comments

Comments
 (0)
0