Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmos committed Feb 14, 2022
1 parent f5033e7 commit 6b27d8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion scripts/ci.ios.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

source $(dirname "$0")/ci.no.generate.sh
source $(dirname "$0")/ci.sh 'noGenerate'

mkdir -p coverage

Expand Down
13 changes: 0 additions & 13 deletions scripts/ci.no.generate.sh

This file was deleted.

7 changes: 6 additions & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ fi

run_f "lerna bootstrap --no-ci"
run_f "lerna run build"
run_f "lerna run test"

if [ "$1" == 'noGenerate' ]; then
run_f "lerna run test --ignore=generation"
else
run_f "lerna run test"
fi

0 comments on commit 6b27d8c

Please sign in to comment.