Skip to content

Commit

Permalink
Release: add factory files to release distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil authored Feb 9, 2024
1 parent d478a1c commit 1a324b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ module.exports = function( Release ) {
"dist/jquery.slim.js",
"dist/jquery.slim.min.js",
"dist/jquery.slim.min.map",
"dist/jquery.factory.js",
"dist/jquery.factory.slim.js",
"dist-module/jquery.module.js",
"dist-module/jquery.module.min.js",
"dist-module/jquery.module.min.map",
"dist-module/jquery.slim.module.js",
"dist-module/jquery.slim.module.min.js",
"dist-module/jquery.slim.module.min.map"
"dist-module/jquery.slim.module.min.map",
"dist-module/jquery.factory.module.js",
"dist-module/jquery.factory.slim.module.js"
];
const filesToCommit = [
...distFiles,
Expand Down

0 comments on commit 1a324b0

Please sign in to comment.