Skip to content

Commit

Permalink
Simplify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 18, 2018
1 parent 99f3849 commit e91adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"test": "phantomjs tests/js_tests/run-jasmine.js http://localhost:8082/tests/js_tests/index.html",
"start": "utils/jb_run.js -p 8082",
"watch": "watch --wait=15 'npm run build' src/JBrowse plugins tests/js_tests css",
"build": "node node_modules/webpack/bin/webpack.js --config webpack.config.js",
"watch": "webpack -w",
"build": "webpack",
"hint": "npm run lint",
"lint": "eslint src/JBrowse test/js_tests"
},
Expand Down

0 comments on commit e91adc9

Please sign in to comment.