Build Tools: Add an npm script shortcut to run grunt.

Rather than needing to install grunt globally, this allows running grunt from node_modules, instead.

npm run grunt ... is effectively the equivalent of running grunt ....

Props andrew.taylor, pento.
Merges [43836] to trunk.
See #45214.


git-svn-id: https://develop.svn.wordpress.org/trunk@44176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anton Timmermans 2018-12-14 09:46:30 +00:00
parent b053b80b59
commit 578192177b
1 changed files with 3 additions and 0 deletions

View File

@ -106,5 +106,8 @@
"twemoji": "11.0.0",
"underscore": "1.8.3",
"whatwg-fetch": "^3.0.0"
},
"scripts":{
"grunt": "grunt"
}
}