Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanteodoru authored Oct 14, 2022
1 parent 99a0597 commit f81619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var execute = function(pathParts, params, callback) {
if (mode === 'postinstall') {
fsExists(sysPath.join(__dirname, 'lib'), function(exists) {
if (exists) return;
execute(['node_modules', 'coffee-script', 'bin', 'coffee'], '-o lib/ src/');
execute(['node_modules', 'coffeescript', 'bin', 'coffee'], '-o lib/ src/');
});
} else if (mode === 'test') {
execute(['node_modules', 'mocha', 'bin', 'mocha'],
Expand Down

0 comments on commit f81619f

Please sign in to comment.