Skip to content

Commit

Permalink
ci npm verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Mar 4, 2024
1 parent 010f7c1 commit 6cff1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/script/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ call npm.cmd install -g node-gyp@10
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

cd .\app
call npm.cmd install --legacy-peer-deps
call npm.cmd install --legacy-peer-deps --verbose
call npm.cmd run build
cd ..
2 changes: 1 addition & 1 deletion app/script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ npm install -g node-gyp@10
node-gyp install --target=$(node -p require\(\'./app/package.json\'\).devDependencies.electron) --disturl=https://electronjs.org/headers

cd ./app
npm install --legacy-peer-deps
npm install --legacy-peer-deps --verbose
npm run build
cd ..

0 comments on commit 6cff1c7

Please sign in to comment.