Skip to content

Commit 3b963a2

Browse files
authored
Release: update build command in Release.generateArtifacts
Close gh-5399
1 parent b40a480 commit 3b963a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function( Release ) {
5151
* @param {Function} callback
5252
*/
5353
generateArtifacts: function( callback ) {
54-
Release.exec( "npx grunt" );
54+
Release.exec( "npm run build:all" );
5555

5656
cdn.makeReleaseCopies( Release );
5757
Release._setSrcVersion();

0 commit comments

Comments
 (0)