Skip to content

Commit

Permalink
ci: use workspace-tools plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 11, 2023
1 parent 8726b0a commit d266355
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/linters/.cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"ignorePaths": [
"CHANGELOG.md",
"CHANGELOG.md",
"**/node_modules/**",
"**/.git/**",
".vscode",
"megalinter",
"yarn.lock",
".yarnrc.yml",
"report"
],
"language": "en",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Install dependencies in production mode
working-directory: ./plugin
run: yarn install --immutable --immutable-cache --check-cache --prod
run: yarn workspaces focus --all --production
shell: bash

- name: Install build dependencies
Expand Down
28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.5.1.cjs

0 comments on commit d266355

Please sign in to comment.