We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dc94d commit 3af0e60Copy full SHA for 3af0e60
1 file changed
bin/generate_lockfile_words
@@ -4,9 +4,9 @@ set -euo pipefail
4
echo "Generating lockfile words for root"
5
npx @docspring/cspell-lockfile-dicts \
6
--path .cspell/generated-lockfile-words-root.txt \
7
- --lockfiles Gemfile.lock package-lock.json
+ --lockfiles Gemfile.lock yarn.lock
8
9
echo "Generating lockfile words for site"
10
11
--path .cspell/generated-lockfile-words-site.txt \
12
- --lockfiles site/package-lock.json
+ --lockfiles site/yarn.lock
0 commit comments