scripts/build-plugins-report: don't open report at the end
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Camila Belo
parent
565dff3dac
commit
ef26bd727a
@@ -84,7 +84,6 @@
|
||||
"lint-staged": "^13.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"node-gyp": "^9.4.0",
|
||||
"open": "^7.2.1",
|
||||
"prettier": "^2.2.1",
|
||||
"semver": "^7.5.3",
|
||||
"shx": "^0.3.2",
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
const open = require('open');
|
||||
const { execFile: execFileCb } = require('child_process');
|
||||
const { promisify } = require('util');
|
||||
|
||||
@@ -137,9 +136,7 @@ async function main() {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
console.log(`📄 Opening ${file} file...`);
|
||||
|
||||
open(file);
|
||||
console.log(`📄 Report generated at ${file}`);
|
||||
}
|
||||
|
||||
main(process.argv.slice(2)).catch(error => {
|
||||
|
||||
@@ -34349,7 +34349,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"open@npm:^7.2.1, open@npm:^7.4.2":
|
||||
"open@npm:^7.4.2":
|
||||
version: 7.4.2
|
||||
resolution: "open@npm:7.4.2"
|
||||
dependencies:
|
||||
@@ -38468,7 +38468,6 @@ __metadata:
|
||||
lint-staged: ^13.0.0
|
||||
minimist: ^1.2.5
|
||||
node-gyp: ^9.4.0
|
||||
open: ^7.2.1
|
||||
prettier: ^2.2.1
|
||||
semver: ^7.5.3
|
||||
shx: ^0.3.2
|
||||
|
||||
Reference in New Issue
Block a user