mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
Update generateArtifacts command in build/release.js
This commit is contained in:
@@ -38,7 +38,7 @@ Release.define({
|
|||||||
},
|
},
|
||||||
|
|
||||||
generateArtifacts: function( done ) {
|
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
|
// Keep this list of files in sync with package.json's files key
|
||||||
done([
|
done([
|
||||||
"dist/localization/",
|
"dist/localization/",
|
||||||
|
|||||||
Reference in New Issue
Block a user