Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: MantisClone <david.huntmateo@request.network>
  • Loading branch information
rodrigopavezi and MantisClone authored Dec 10, 2024
1 parent 6ac59b7 commit e8c8179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"lint-staged": "lint-staged",
"lerna": "lerna",
"packageJsonLint": "npmPkgJsonLint ./packages",
"publish-npm": "yarn lerna publish --conventional-commits --exact --message \"chore(release): publish %s\" --no-changelog --yes",
"publish-npm": "lerna publish --conventional-commits --exact --message \"chore(release): publish %s\" --no-changelog --yes",
"publish-manual-prerelease": "lerna publish prerelease --conventional-commits --conventional-prerelease --exact --no-git-tag-version --no-push --preid next --no-verify-access --dist-tag next",
"publish-prerelease": "FORCE_PUBLISH=$($(yarn bin)/lerna changed --json | jq '. | map(.name) | join (\",\")' -r) && echo $FORCE_PUBLISH && $(yarn bin)/lerna publish --conventional-commits --conventional-prerelease --exact --no-git-tag-version --no-push --preid next --no-verify-access --dist-tag next --yes --force-publish=${FORCE_PUBLISH}",
"publish-prerelease": "FORCE_PUBLISH=$(lerna changed --json | jq '. | map(.name) | join (\",\")' -r) && echo $FORCE_PUBLISH && lerna publish --conventional-commits --conventional-prerelease --exact --no-git-tag-version --no-push --preid next --no-verify-access --dist-tag next --yes --force-publish=${FORCE_PUBLISH}",
"deploy:contracts": "yarn workspace @requestnetwork/smart-contracts deploy",
"start:request-node": "yarn workspace @requestnetwork/request-node start",
"test": "lerna run test",
Expand Down

0 comments on commit e8c8179

Please sign in to comment.