Skip to content

Commit e8d63ff

Browse files
committed
Merge pull request #17 from spmjs/feat1.0.0
feat: remove install deps logic
2 parents 7c217c1 + 1f5a517 commit e8d63ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (existsSync(pkgFile)) {
5252
args.fromServer = true;
5353

5454
// 安装依赖
55-
sw.build.installDeps(args, function() {
55+
sw.build.checkDeps(args, function() {
5656

5757
var wpOpts = sw.build.getWebpackOpts(args);
5858

0 commit comments

Comments
 (0)