mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Release: properly set the dist remote when it's a real release
This commit is contained in:
parent
8565f54257
commit
9162122ba8
@ -4,7 +4,7 @@ module.exports = function( Release, complete ) {
|
||||
fs = require( "fs" ),
|
||||
shell = require( "shelljs" ),
|
||||
pkg = require( Release.dir.repo + "/package.json" ),
|
||||
distRemote = Release.remote.replace( "jquery", "jquery-compat-dist" ),
|
||||
distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ),
|
||||
// These files are included with the distrubtion
|
||||
files = [
|
||||
"src",
|
||||
|
Loading…
Reference in New Issue
Block a user