Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: install and build all subcomponents before tests (#15)
Browse files Browse the repository at this point in the history
* fix: install and build all subcomponents before tests
  • Loading branch information
dbhagen authored Nov 8, 2024
1 parent 91e6f74 commit 60ef2e0
Show file tree
Hide file tree
Showing 23 changed files with 24,469 additions and 51,860 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dist
build/
dist-types
coverage
.yarn/*
*/.yarn/*
.yarn/*.gz
*/.yarn/*.gz
# Ignore TypeScript build info files
*.tsbuildinfo
# Ignore TypeScript declaration files
Expand All @@ -18,4 +18,4 @@ coverage
*.tgz

# Ignore npm lock files
**/package-lock.json
**/package-lock.json
725 changes: 358 additions & 367 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
nodeLinker: node-modules
nmHoistingLimits: workspaces

npmScopes:
liatrio:
npmRegistryServer: "https://npm.pkg.github.com"
npmAlwaysAuth: true
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
1 change: 0 additions & 1 deletion backstage-plugin-autogov-common/.yarnrc.yml

This file was deleted.

1 change: 0 additions & 1 deletion backstage-plugin-autogov-common/eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions backstage-plugin-autogov-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand All @@ -53,6 +55,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/react-dom": "^18",
"msw": "^1.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
Expand Down
Loading

0 comments on commit 60ef2e0

Please sign in to comment.