CI: Make npm commands verbose and foreground scripts (such as postinstall steps)

This commit is contained in:
DeeDeeG 2023-06-17 11:25:13 -04:00
parent abf679b4f0
commit 30a70e3a84

View File

@ -13,15 +13,15 @@ arm_linux_task:
prepare_script:
- mkdir test_fetching_ripgrep
- cd test_fetching_ripgrep
- npm init -y
- npm install @vscode/ripgrep; cat /root/.npm/_logs/*.log
- npm init -y --verbose
- npm install --verbose --foreground-scripts @vscode/ripgrep; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log