Skip to content

Commit

Permalink
fix beachball publish after introducing duplicate package names via t…
Browse files Browse the repository at this point in the history
…est fixtures (#26)

reverts #25, adds correct fix.
Includes a version bump which was done by gh action on this branch
  • Loading branch information
MichaelBelousov authored Jun 20, 2023
1 parent 7824a9c commit 93020a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion beachball.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
".github/**",
".vscode/**",
"pnpm-lock.yaml",
"tests/fixtures",
],
changehint: "Run 'pnpm change' to generate a change file",
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/eslint-plugin",
"version": "4.0.0-dev.39",
"version": "4.0.0-dev.40",
"description": "ESLint plugin with default configuration and custom rules for iTwin.js projects",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- .

0 comments on commit 93020a8

Please sign in to comment.