Skip to content

Commit

Permalink
fix: bundle the Google Cloud dictionary (#5666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 23, 2024
1 parent bb4b104 commit 9b57dcc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm run update-snapshots
pnpm run update-integration-snapshots
- name: Build Patch
run: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"update-integrations-and-snapshots": "pnpm -r run update-repositories --scope cspell-integration-tests",
"update-integrations-list": "cd integration-tests && ./repo-list.sh",
"update-schema": "cd packages/cspell-types && pnpm i && pnpm run build",
"update-snapshots": "pnpm --filter cspell-integration-tests run update-snapshots-only",
"update-integration-snapshots": "pnpm --filter cspell-integration-tests run update-snapshots-only",
"update-test-snapshots": "pnpm ib && pnpm run test:update-snapshots",
"website-install": "cd website && pnpm i",
"website-lint": "cd website && pnpm run lint",
"website-lint-ci": "cd website && pnpm run lint-ci"
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const settings = {
'@cspell/dict-gaming-terms/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
'@cspell/dict-golang/cspell-ext.json',
'@cspell/dict-google/cspell-ext.json',
'@cspell/dict-haskell/cspell-ext.json',
'@cspell/dict-html-symbol-entities/cspell-ext.json',
'@cspell/dict-html/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-gaming-terms/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
'@cspell/dict-golang/cspell-ext.json',
'@cspell/dict-google/cspell-ext.json',
'@cspell/dict-haskell/cspell-ext.json',
'@cspell/dict-html-symbol-entities/cspell-ext.json',
'@cspell/dict-html/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@cspell/dict-gaming-terms": "^1.0.5",
"@cspell/dict-git": "^3.0.0",
"@cspell/dict-golang": "^6.0.9",
"@cspell/dict-google": "^1.0.0",
"@cspell/dict-haskell": "^4.0.1",
"@cspell/dict-html": "^4.0.5",
"@cspell/dict-html-symbol-entities": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,7 @@ hello - fullstack node_modules/@cspell/.../dict/fullstack.txt
hello - gaming-terms node_modules/@cspell/.../dict/gaming-terms.txt
hello - git node_modules/@cspell/dict-git/cspell-ext.json
hello * golang node_modules/@cspell/dict-golang/dict/go.txt
hello - google node_modules/@cspell/.../dict/google.txt
hello - haskell node_modules/@cspell/.../dict/haskell.txt
hello - html node_modules/@cspell/dict-html/dict/html.txt
hello - html-symbol-entities node_modules/@cspell/.../entities.txt.gz
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b57dcc

Please sign in to comment.