We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3ae7 commit 52b1471Copy full SHA for 52b1471
1 file changed
.github/workflows/deploy-site.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Install dependencies
36
run: pnpm install --frozen-lockfile
37
38
+ - name: Build tokens
39
+ run: pnpm --filter @tiny-design/tokens build
40
+
41
- name: Build docs site
42
run: pnpm --filter @tiny-design/docs build
43
env:
0 commit comments