mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2024-12-23 03:35:29 -06:00
More build process stuff
This commit is contained in:
parent
d19e891bca
commit
acbf45143a
1 changed files with 3 additions and 3 deletions
|
@ -538,9 +538,9 @@ gulp.task('dist-system', function() {
|
|||
* creates the release information for the distribution
|
||||
* @job dist-release
|
||||
*/
|
||||
gulp.task('dist-release', function() {
|
||||
gulp.task('dist-latest', function() {
|
||||
|
||||
buildJsonVersion("release.json", distLatestOutput, "release-package");
|
||||
buildJsonVersion("latest.json", distLatestOutput, "latest-release-package");
|
||||
});
|
||||
|
||||
|
||||
|
@ -552,7 +552,7 @@ gulp.task('build-dist', function(callback) {
|
|||
runSequence(
|
||||
'dist-runtime',
|
||||
'dist-system',
|
||||
'dist-release',
|
||||
'dist-latest',
|
||||
callback
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue