Skip to content

Commit

Permalink
fix(wordmap): change bin to build
Browse files Browse the repository at this point in the history
  • Loading branch information
drawnepicenter committed Jul 18, 2016
1 parent f9ee8d7 commit 6b0ed9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/cmds/wordmap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmds/wordmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports.handler = (argv) => {
if (config.verbose) themes.labelDown('Wordmap', theme, null)
const word = argv.word
const l = argv.l
const bin = `${process.cwd()}/bin/leximaven.js`
const bin = `${process.cwd()}/build/leximaven.js`
child.spawnSync('node', [bin, 'rbrain', 'combine', `-m${l}`, `${word}`], { stdio: 'inherit' })
child.spawnSync('node', [bin, 'rbrain', 'info', `${word}`], { stdio: 'inherit' })
child.spawnSync('node', [bin, 'rbrain', 'rhyme', `-m${l}`, `${word}`], { stdio: 'inherit' })
Expand Down

0 comments on commit 6b0ed9c

Please sign in to comment.