Skip to content

Commit

Permalink
refactor(identite): extract minimal registry access
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 18, 2024
1 parent a809688 commit 506e5ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
cache: "npm"
node-version-file: package.json
- run: npm ci --include=dev
- run: npm run build:workspaces
- run: npm run migrate up
- run: npm run fixtures:load-ci -- cypress/e2e/${{ matrix.e2e_test }}/fixtures.sql
- run: npm run update-organization-info -- 500
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cache: "npm"
node-version-file: package.json
- run: npm ci --omit=dev # omit dev dependencies to simulate deployed environment
- run: npm run build:workspaces
- run: npm run migrate up
- run: npm run fixtures:load-ci -- scripts/fixtures.sql
- run: npm run update-organization-info -- 500
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"spec": "src/**/*.test.ts"
},
"dependencies": {
"@types/lodash-es": "^4.17.12",
"@zootools/email-spell-checker": "^1.12.0",
"axios": "^1.7.7",
"is-disposable-email-domain": "^1.0.7",
Expand All @@ -54,7 +55,6 @@
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"chai": "^5.1.2",
Expand Down

0 comments on commit 506e5ef

Please sign in to comment.