We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d06fbe commit b7b3943Copy full SHA for b7b3943
scripts/generate_lockfile_words.sh
@@ -1,12 +1,14 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
+# TODO - add pnpm-lock.yaml support to cspell-lockfile-dicts
5
+
6
echo "Generating lockfile words for root"
7
npx @docspring/cspell-lockfile-dicts \
8
--path .cspell/generated-lockfile-words-root.txt \
- --lockfiles Gemfile.lock package-lock.json
9
+ --lockfiles Gemfile.lock pnpm-lock.yaml
10
-echo "Generating lockfile words for site"
-npx @docspring/cspell-lockfile-dicts \
11
- --path .cspell/generated-lockfile-words-site.txt \
12
- --lockfiles site/package-lock.json
+# echo "Generating lockfile words for site"
+# npx @docspring/cspell-lockfile-dicts \
13
+# --path .cspell/generated-lockfile-words-site.txt \
14
+# --lockfiles site/pnpm-lock.yaml
0 commit comments