File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ require('../../scripts/semantic-release/patch-commit-filter.cjs')([
1717 'packages/ai' ,
1818 'packages/word-layout' ,
1919 'packages/preset-geometry' ,
20+ 'pnpm-workspace.yaml' ,
2021] ) ;
2122
2223const branch = process . env . GITHUB_REF_NAME || process . env . CI_COMMIT_BRANCH ;
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require('../../scripts/semantic-release/patch-commit-filter.cjs')([
1616 'packages/ai' ,
1717 'packages/word-layout' ,
1818 'packages/preset-geometry' ,
19+ 'pnpm-workspace.yaml' ,
1920] ) ;
2021
2122const branch = process . env . GITHUB_REF_NAME || process . env . CI_COMMIT_BRANCH ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const SUPERDOC_PACKAGES = [
1212 'packages/ai' ,
1313 'packages/word-layout' ,
1414 'packages/preset-geometry' ,
15+ 'pnpm-workspace.yaml' ,
1516]
1617
1718Object . keys ( require . cache )
You can’t perform that action at this time.
0 commit comments