Skip to content

Commit

Permalink
Try pointing to the app.js for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 21, 2017
1 parent c136c95 commit c6135f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build": "npm run compile",
"clean-build": "npm run clean && npm run build && npm run build-dictionaries",
"build-dictionaries": "npm run build_dictionaries-word-lists && npm run build_dictionaries-word-trie",
"build_dictionaries-word-lists": "node node_modules/.bin/cspell-tools compile \"./dictionaries/!(words)*.txt\" -o ./dist/dictionaries/",
"build_dictionaries-word-trie": "node node_modules/.bin/cspell-tools compile-trie \"./dictionaries/words*.txt\" -o ./dist/dictionaries/",
"build_dictionaries-word-lists": "node node_modules/cspell-tools/dist/app.js compile \"./dictionaries/!(words)*.txt\" -o ./dist/dictionaries/",
"build_dictionaries-word-trie": "node node_modules/cspell-tools/dist/app.js compile-trie \"./dictionaries/words*.txt\" -o ./dist/dictionaries/",
"compile": "tsc -p .",
"watch": "tsc --watch -p .",
"tsc": "tsc -p .",
Expand Down

0 comments on commit c6135f3

Please sign in to comment.