Skip to content

Commit

Permalink
Lscdiag fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Apr 7, 2017
1 parent 9900025 commit 81d3d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions bin/lscdiag.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Use the LSC test suite to test for missing source map information in LSC output.

// XXX: This may not be the ideal way to do this, but I don't want to mess with the
// `babel-helper-plugin-test-runner`.
#!/usr/bin/env node

const fs = require("fs");
const glob = require("glob");
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "mocha test",
"test:debug": "node --inspect --debug-brk mocha test",
"build": "babel src --out-dir .",
"prepublish": "npm run build && npm test"
"prepublish": "npm run build && npm test",
"diag": "./bin/lscdiag.js"
},
"bin": {
"lscdiag": "./bin/lscdiag.js"
Expand All @@ -22,7 +23,7 @@
"@oigroup/babylon-lightscript": "^0.4.8"
},
"files": [
"bin/",
"bin",
"stdlib.js",
"index.js"
],
Expand Down

0 comments on commit 81d3d84

Please sign in to comment.