Skip to content

Commit

Permalink
chore: prepare to pub cspell6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 16, 2023
1 parent 2bdb912 commit c51613e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": "6.31.1",
"command": {
"version": {
"allowBranch": "main",
"allowBranch": "cspell6",
"conventionalCommits": true
}
}
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
"lint": "pnpm run eslint-fix && prettier -w \"**/*.{md,yaml,yml,json}\"",
"prepare-cspell-action": "pnpm i && pnpm -r run prepare-cspell-action",
"pre-pub": "pnpm run clean-dist && pnpm run ibt",
"pub": "pnpm run pre-pub && lerna publish --conventional-commits --sync-workspace-lock",
"pub-grad": "pnpm run pre-pub && lerna publish --conventional-commits --conventional-graduate --sync-workspace-lock",
"pub-next": "pnpm run pre-pub && lerna publish --conventional-commits --conventional-prerelease --sync-workspace-lock --dist-tag next",
"pub": "pnpm lerna publish from-package --no-push --no-private --yes --dist-tag cspell6",
"pub:version": "pnpm lerna version --conventional-commits --sync-workspace-lock --yes",
"test-watch": "pnpm -r run --parallel test-watch",
"test": "pnpm -r --stream --workspace-concurrency=1 run test && pnpm run test-schema",
"test:update-snapshots": "pnpm run -r test:update-snapshot",
Expand Down

0 comments on commit c51613e

Please sign in to comment.