Skip to content

Commit

Permalink
specify node cmd to run js script
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Jan 30, 2020
1 parent 3d36c93 commit bf1cd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ module.exports = {
}
},
updateAuthors: {
script: 'scripts/update-authors.js',
script: 'node scripts/update-authors.js',
description: 'Update list of AUTHORS'
},
linkifyChangelog: {
Expand Down

0 comments on commit bf1cd2d

Please sign in to comment.