Skip to content

Commit

Permalink
chore: scope clean and build to ipfs and client
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 5, 2020
1 parent 1e20145 commit 04c0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "lerna run clean",
"lint": "lerna run lint",
"dep-check": "lerna run dep-check",
"release": "NODE_ENV=production npm run update-contributors && npm run clean && npm run build && lerna publish && npm run release:docker",
"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",
"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",
"release:docker:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",
"release:docker:tag-latest": "docker tag js-ipfs:latest docker.io/ipfs/js-ipfs:latest",
Expand Down

0 comments on commit 04c0499

Please sign in to comment.