Skip to content

Commit 9d61312

Browse files
committed
fix: lintfixed
1 parent 83eccea commit 9d61312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function main() {
8484
'install',
8585
'--ignore-scripts',
8686
'--silent',
87-
'--package-lock-only'
87+
'--package-lock-only',
8888
];
8989
childProcess.execFileSync('npm', installArgs_, {
9090
stdio: ['inherit', 'inherit', 'inherit'],

0 commit comments

Comments
 (0)