Skip to content

Commit

Permalink
chore: fix cspell action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 10, 2023
1 parent 280e2aa commit 10dc496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cspell-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
- run: pnpm -v

- run: pnpm run prepare-cspell-action
- run: npx lerna run build --scope "@cspell/cspell-bundled-dicts" --include-dependencies
- uses: streetsidesoftware/cspell-action@v3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint-docs-ci": "prettier -c \"docs/**/*.{md,markdown,yaml,yml,json,html,htm}\"",
"lint-docs": "prettier -w \"docs/**/*.{md,markdown,yaml,yml,json,html,htm}\"",
"lint": "pnpm run eslint-fix && prettier -w \"**/*.{md,yaml,yml,json}\"",
"prepare-cspell-action": "pnpm i && pnpm -r run prepare-cspell-action",
"prepare-cspell-action": "pnpm i && pnpm -r run prepare-cspell-action && pnpm -r --filter @cspell/cspell-bundled-dicts... run build",
"pre-pub": "pnpm run clean-dist && pnpm run ibt",
"pub": "pnpm run pre-pub && lerna publish --conventional-commits --changelog-preset conventionalcommits --sync-workspace-lock",
"pub-grad": "pnpm run pre-pub && lerna publish --conventional-commits --conventional-graduate --changelog-preset conventionalcommits --sync-workspace-lock",
Expand Down

0 comments on commit 10dc496

Please sign in to comment.