We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7015e96 commit 98f9ebeCopy full SHA for 98f9ebe
1 file changed
.github/workflows/ci.yml
@@ -41,16 +41,4 @@ jobs:
41
echo "compact output not found; listing managed tree for debugging:"
42
find packages/contract/src/managed -maxdepth 5 -type f
43
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
+ fi
0 commit comments