We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eccea commit 9d61312Copy full SHA for 9d61312
scripts/version.js
@@ -84,7 +84,7 @@ async function main() {
84
'install',
85
'--ignore-scripts',
86
'--silent',
87
- '--package-lock-only'
+ '--package-lock-only',
88
];
89
childProcess.execFileSync('npm', installArgs_, {
90
stdio: ['inherit', 'inherit', 'inherit'],
0 commit comments