Skip to content

Commit 6cff1c7

Browse files
committed
ci npm verbose
1 parent 010f7c1 commit 6cff1c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/script/build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ call npm.cmd install -g node-gyp@10
99
for /f "delims=" %%P in ('node -p "require('./app/package.json').devDependencies.electron"') do call node-gyp.cmd install --target=%%P --disturl=https://electronjs.org/headers
1010

1111
cd .\app
12-
call npm.cmd install --legacy-peer-deps
12+
call npm.cmd install --legacy-peer-deps --verbose
1313
call npm.cmd run build
1414
cd ..

app/script/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ npm install -g node-gyp@10
55
node-gyp install --target=$(node -p require\(\'./app/package.json\'\).devDependencies.electron) --disturl=https://electronjs.org/headers
66

77
cd ./app
8-
npm install --legacy-peer-deps
8+
npm install --legacy-peer-deps --verbose
99
npm run build
1010
cd ..

0 commit comments

Comments
 (0)