Skip to content

Commit b7b3943

Browse files
committed
TODO - add pnpm-lock.yaml support to cspell-lockfile-dicts
1 parent 0d06fbe commit b7b3943

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

scripts/generate_lockfile_words.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
# TODO - add pnpm-lock.yaml support to cspell-lockfile-dicts
5+
46
echo "Generating lockfile words for root"
57
npx @docspring/cspell-lockfile-dicts \
68
--path .cspell/generated-lockfile-words-root.txt \
7-
--lockfiles Gemfile.lock package-lock.json
9+
--lockfiles Gemfile.lock pnpm-lock.yaml
810

9-
echo "Generating lockfile words for site"
10-
npx @docspring/cspell-lockfile-dicts \
11-
--path .cspell/generated-lockfile-words-site.txt \
12-
--lockfiles site/package-lock.json
11+
# echo "Generating lockfile words for site"
12+
# npx @docspring/cspell-lockfile-dicts \
13+
# --path .cspell/generated-lockfile-words-site.txt \
14+
# --lockfiles site/pnpm-lock.yaml

0 commit comments

Comments
 (0)