Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit d838f10

Browse files
committed
Add eslint in packing process
1 parent 41d1a47 commit d838f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pack.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ if (options.lint) {
7474
for (const dep of missingLintDeps) {
7575
console.log('Installing eslint');
7676
execSync(`npm install eslint --global --save-dev`);
77-
execSync('npm init --yes');
7877
}
7978
}
8079
}

0 commit comments

Comments
 (0)