Skip to content

Commit 98f9ebe

Browse files
committed
fix: improve ci.yml
1 parent 7015e96 commit 98f9ebe

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,4 @@ jobs:
4141
echo "compact output not found; listing managed tree for debugging:"
4242
find packages/contract/src/managed -maxdepth 5 -type f
4343
exit 1
44-
fi
45-
- name: Build contract
46-
run: npx turbo run build --no-cache --cwd packages/contract
47-
- name: Debug contract types
48-
run: |
49-
set -euo pipefail
50-
sed -n '1,20p' packages/contract/dist/index.d.ts
51-
- name: Build api
52-
run: npx turbo run build --no-cache --cwd packages/api
53-
- name: Build cli
54-
run: npx turbo run build --no-cache --cwd packages/cli
55-
- name: Build ui
56-
run: npx turbo run build --no-cache --cwd packages/ui
44+
fi

0 commit comments

Comments
 (0)