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 a893a77 commit ed6729bCopy full SHA for ed6729b
index.js
@@ -4,7 +4,7 @@ const path = require('path');
4
const run = async () => {
5
// Install Dependencies
6
{
7
- const {stdout, stderr} = await exec('npm ci --only=prod', {
+ const {stdout, stderr} = await exec('npm --loglevel error ci --only=prod', {
8
cwd: path.resolve(__dirname)
9
});
10
console.log(stdout);
0 commit comments