Skip to content

Commit

Permalink
Release: update build command in Release.generateArtifacts
Browse files Browse the repository at this point in the history
Close gh-5399
  • Loading branch information
timmywil committed Jan 31, 2024
1 parent b40a480 commit 3b963a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function( Release ) {
* @param {Function} callback
*/
generateArtifacts: function( callback ) {
Release.exec( "npx grunt" );
Release.exec( "npm run build:all" );

cdn.makeReleaseCopies( Release );
Release._setSrcVersion();
Expand Down

0 comments on commit 3b963a2

Please sign in to comment.