Skip to content

Commit 3af0e60

Browse files
committed
fix bin/generate_lockfile_words
1 parent 00dc94d commit 3af0e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/generate_lockfile_words

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -euo pipefail
44
echo "Generating lockfile words for root"
55
npx @docspring/cspell-lockfile-dicts \
66
--path .cspell/generated-lockfile-words-root.txt \
7-
--lockfiles Gemfile.lock package-lock.json
7+
--lockfiles Gemfile.lock yarn.lock
88

99
echo "Generating lockfile words for site"
1010
npx @docspring/cspell-lockfile-dicts \
1111
--path .cspell/generated-lockfile-words-site.txt \
12-
--lockfiles site/package-lock.json
12+
--lockfiles site/yarn.lock

0 commit comments

Comments
 (0)