We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grunt npm:test
1 parent 953947a commit cadf8b7Copy full SHA for cadf8b7
grunt/tasks/npm.js
@@ -64,8 +64,8 @@ module.exports = function() {
64
var pkgDir = path.join(nodePath, pkg.name);
65
var doneCount = 2;
66
67
- // Make sure that bin/jsx-internal is runnable by echoing main.js.
68
- run("bin/jsx-internal", ["main.js"], {
+ // Make sure that bin/jsx is runnable by echoing main.js.
+ run("bin/jsx", ["main.js"], {
69
cwd: pkgDir
70
}, function(result) {
71
assert.ok(result.stdout.indexOf("transform") >= 0, result.stdout);
0 commit comments