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

Commit 04c0499

Browse files
committed
chore: scope clean and build to ipfs and client
1 parent 1e20145 commit 04c0499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "lerna run clean",
2424
"lint": "lerna run lint",
2525
"dep-check": "lerna run dep-check",
26-
"release": "NODE_ENV=production npm run update-contributors && npm run clean && npm run build && lerna publish && npm run release:docker",
26+
"release": "NODE_ENV=production npm run update-contributors && npm run clean -- --scope=ipfs --scope=ipfs-http-client && npm run build -- --scope=ipfs --scope=ipfs-http-client && lerna publish && npm run release:docker",
2727
"release:docker": "npm run release:docker:build && npm run release:docker:tag-latest && npm run release:docker:tag-version && npm run release:docker:push-latest && npm run release:docker:push-version",
2828
"release:docker:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",
2929
"release:docker:tag-latest": "docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:latest",

0 commit comments

Comments
 (0)