Skip to content

Commit

Permalink
Fix grunt npm:test
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Oct 16, 2013
1 parent 953947a commit cadf8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/tasks/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ module.exports = function() {
var pkgDir = path.join(nodePath, pkg.name);
var doneCount = 2;

// Make sure that bin/jsx-internal is runnable by echoing main.js.
run("bin/jsx-internal", ["main.js"], {
// Make sure that bin/jsx is runnable by echoing main.js.
run("bin/jsx", ["main.js"], {
cwd: pkgDir
}, function(result) {
assert.ok(result.stdout.indexOf("transform") >= 0, result.stdout);
Expand Down

0 comments on commit cadf8b7

Please sign in to comment.