Skip to content

Commit

Permalink
Update generateArtifacts command in build/release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Oct 9, 2023
1 parent 2ecb6be commit 99772f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.js
Expand Up @@ -38,7 +38,7 @@ Release.define({
},

generateArtifacts: function( done ) {
Release.exec( "grunt release", "Grunt command failed" );
Release.exec( "npx grunt release", "Grunt command failed" );
// Keep this list of files in sync with package.json's files key
done([
"dist/localization/",
Expand Down

0 comments on commit 99772f2

Please sign in to comment.