Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 10, 2020
1 parent 65d92fb commit 035f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Expand Up @@ -19,7 +19,7 @@
"build-schema": "ts-json-schema-generator --no-top-ref --path src/Settings/CSpellSettingsDef.ts --type CSpellSettings --validationKeywords markdownDescription --validationKeywords scope --validationKeywords deprecationMessage -o ../../cspell.schema.json",
"clean-build": "npm run clean && npm run build && npm run build-dictionaries",
"build-dictionaries": "npm run build_dictionaries-word-lists",
"build_dictionaries-word-lists": "node ../../node_modules/cspell-tools/dist/app.js compile \"./dictionaries/!(words)*.txt\" -o ./dist/dictionaries/",
"build_dictionaries-word-lists": "node ../../node_modules/cspell-tools/bin.js compile \"./dictionaries/!(words)*.txt\" -o ./dist/dictionaries/",
"compile": "tsc -p .",
"watch": "tsc --watch -p .",
"tsc": "tsc -p .",
Expand Down

0 comments on commit 035f1c2

Please sign in to comment.