+6
.github/workflows/amethyst.yml
+6
.github/workflows/amethyst.yml
···
41
41
id: cache-key
42
42
run: echo "key=amethyst-build-${{ hashFiles('apps/amethyst/**', 'packages/**', 'lexicons/**') }}" >> $GITHUB_OUTPUT
43
43
44
+
- name: Build lex tool
45
+
run: cd tools/lexicon-cli && pnpm i && pnpm build
46
+
44
47
- name: Build web
45
48
run: pnpm turbo build:web --filter=@teal/amethyst
46
49
···
70
73
uses: ./.github/actions/setup
71
74
with:
72
75
setup-node: "true"
76
+
77
+
- name: Build lex tool
78
+
run: cd tools/lexicon-cli && pnpm i && pnpm build
73
79
74
80
- name: Setup Expo CLI
75
81
run: npm install -g @expo/cli