Skip to content

Commit

Permalink
always set -x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Sep 4, 2024
1 parent 55f94a3 commit cce9478
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meta/scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -ex

# install ninja
sudo apt-get install -y ninja-build bat
Expand All @@ -14,8 +14,6 @@ source "$NVM_DIR/nvm.sh"
nvm install
nvm use

set -x

env SKIP_FNM_USE=1 meta/build.sh
npm run typecheck
# commented out until I can get it working locally
Expand Down

0 comments on commit cce9478

Please sign in to comment.