Skip to content

Commit

Permalink
build process update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhus committed Sep 13, 2016
1 parent d91f1fd commit 37b40b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ gulp.task('build:prod', done => {
console.log('To publish each production package, please run the ' +
'following commands:');

types.forEach(type => {
types.reverse().forEach(type => {
let v = version;
let entry = type === 'all' ? './' : '../../';
let entry = type === 'linear' ? './' : '../../';

console.log(chalk.grey('cd ' + entry + 'dist/' + type));

Expand Down

0 comments on commit 37b40b8

Please sign in to comment.