We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682c26d commit 98046cdCopy full SHA for 98046cd
.github/workflows/lint-build-test.yml
@@ -36,6 +36,8 @@ jobs:
36
uses: MetaMask/action-checkout-and-setup@v1
37
with:
38
is-high-risk-environment: false
39
+ - name: Setup
40
+ run: yarn workspace @metamask/design-system-tailwind-preset build
41
- run: yarn lint
42
- name: Require clean working directory
43
shell: bash
0 commit comments