Skip to content

Commit

Permalink
Update yarn and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Sep 19, 2024
1 parent d248375 commit 5b1c998
Show file tree
Hide file tree
Showing 8 changed files with 5,465 additions and 5,376 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

npmScopes:
siteimprove:
npmRegistryServer: "https://npm.pkg.github.com"

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

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
1 change: 1 addition & 0 deletions accessibility-code-checker/playwright/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test-results/.last-run.json
2 changes: 0 additions & 2 deletions accessibility-code-checker/playwright/test-results/.gitignore

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"watch": "tsc --build --watch",
"clean": "tsc --build --clean",
"knip": "knip -c config/knip.ts",
"test": "yarn workspaces foreach -v -p --exclude 'end-to-end-testing-{puppeteer,webdriver}' --exclude 'custom-testing-{crawling,measuring-performance}' --exclude 'unit-testing-angular' --exclude 'code-checker-*' run test",
"test": "yarn workspaces foreach -A -v -p --exclude 'end-to-end-testing-{puppeteer,webdriver}' --exclude 'custom-testing-{crawling,measuring-performance}' --exclude 'unit-testing-angular' --exclude 'code-checker-*' run test",
"code-checker:comment": "echo 'First start the server with `yarn code-checker:start`, next run the tests with `yarn code-checker:test`. The tests are failing since the pages are purposefully not accessible; do not run them in blocking CI flows.'",
"code-checker:start": "yarn workspace code-checker-demo-site run dev",
"code-checker:test": "yarn workspaces foreach -v -p --include 'code-checker-*' --exclude 'code-checker-demo-site' run test"
"code-checker:test": "yarn workspaces foreach -A -v -p --include 'code-checker-*' --exclude 'code-checker-demo-site' run test"
},
"workspaces": [
"common",
Expand All @@ -34,5 +34,5 @@
"resolutions": {
"enzyme/cheerio": "=1.0.0-rc.3"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@4.5.0"
}
9,062 changes: 4,531 additions & 4,531 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5b1c998

Please sign in to comment.