Skip to content

Commit 99772f2

Browse files
committed
Update generateArtifacts command in build/release.js
1 parent 2ecb6be commit 99772f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Release.define({
3838
},
3939

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

0 commit comments

Comments
 (0)