Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Jan 25, 2018
1 parent 6d6413e commit 7548071
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 14 deletions.
4 changes: 4 additions & 0 deletions visualization/cli.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node

const shell = require('shelljs');
shell.exec(`npm run --prefix ${__dirname} start`);
40 changes: 30 additions & 10 deletions visualization/package-lock.json

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

5 changes: 3 additions & 2 deletions visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"prepare": "npm run build"
},
"bin": {
"codecharta": "./script/npm-start.sh"
"codecharta-visualization": "cli.js"
},
"license": "BSD-3-Clause",
"jest": {
Expand Down Expand Up @@ -104,7 +104,8 @@
}
},
"dependencies": {
"nwjs-builder-phoenix": "^1.14.6"
"nwjs-builder-phoenix": "^1.14.6",
"shelljs": "^0.8.1"
},
"devDependencies": {
"makeshift": "^1.1.0",
Expand Down
2 changes: 0 additions & 2 deletions visualization/script/npm-start.sh

This file was deleted.

0 comments on commit 7548071

Please sign in to comment.