Skip to content

Commit

Permalink
fix(repo): Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 13, 2022
1 parent 647cc00 commit 3adf326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm run build:tools

# Run design tokens build prior to linting so tailwindcss is configured
- run: npx nx run design-system-tokens:build:open-system --verbose
- run: npx nx run design-system-tokens:build:open-system

- run: npx nx workspace-lint
- run: npx nx format:check
Expand Down

0 comments on commit 3adf326

Please sign in to comment.