File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 RUST_BACKTRACE : " 1"
7171 script : |
7272 nix develop .#ci --command bash -c $'
73- npm run prebuild --verbose -- --production
73+ npm run prebuild --verbose -- --production --output=prebuild
7474 npm test -- --ci --coverage
7575 npm run bench
7676 '
8787 refreshenv
8888 npm install --ignore-scripts
8989 $env:Path = "$(npm root)\.bin;" + $env:Path
90- npm run prebuild --verbose -- --production
90+ npm run prebuild --verbose -- --production --output=prebuild
9191 npm test -- --ci --coverage
9292 npm run bench
9393 - platform : macos
@@ -102,8 +102,8 @@ jobs:
102102 npm install --ignore-scripts
103103 export PATH="$(npm root)/.bin:$PATH"
104104 export PATH="$HOME/.cargo/bin:$PATH"
105- npm run prebuild --verbose -- --arch x64 --production
106- npm run prebuild --verbose -- --arch arm64 --production
105+ npm run prebuild --verbose -- --arch x64 --production --output=prebuild
106+ npm run prebuild --verbose -- --arch arm64 --production --output=prebuild
107107 lipo -create -output prebuild/quic-darwin-x64+arm64.node prebuild/quic-darwin-arm64.node prebuild/quic-darwin-x64.node
108108 rm -rf node_modules/@matrixai/quic-*
109109 npm test -- --ci --coverage
You can’t perform that action at this time.
0 commit comments