Skip to content

Commit

Permalink
chore: 更改实际打包的 ykit 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaoju committed Jan 16, 2018
1 parent 26fe71b commit ff26fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exports.run = function (options) {

// build
log('Start building.');
execute('ykit pack -q ' + (min ? '-m' : ''));
execute('ykit2 pack -q ' + (min ? '-m' : ''));
clearGitHooks();
clearNodeModules();
log('Finish building.\n');
Expand Down
2 changes: 1 addition & 1 deletion src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ exports.run = function(options) {

// build
log('Start building.');
execute(`ykit pack -q ${min ? '-m' : ''}`);
execute(`ykit2 pack -q ${min ? '-m' : ''}`);
clearGitHooks();
clearNodeModules();
log('Finish building.\n');
Expand Down

0 comments on commit ff26fd9

Please sign in to comment.