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.
1 parent 8606ce4 commit aed59daCopy full SHA for aed59da
build/release.js
@@ -51,10 +51,10 @@ module.exports = function( Release ) {
51
* @param {Function} callback
52
*/
53
generateArtifacts: function( callback ) {
54
- Release.exec( "grunt", "Grunt command failed" );
+ Release.exec( "npx grunt", "Grunt command failed" );
55
Release.exec(
56
- "grunt custom:slim --filename=jquery.slim.js && " +
57
- "grunt remove_map_comment --filename=jquery.slim.js",
+ "npx grunt custom:slim --filename=jquery.slim.js && " +
+ "npx grunt remove_map_comment --filename=jquery.slim.js",
58
"Grunt custom failed"
59
);
60
cdn.makeReleaseCopies( Release );
0 commit comments