Skip to content

Commit

Permalink
ci: update arethetypeswrong to run directly instead of from pack
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 15, 2024
1 parent a81fa13 commit ac146f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ jobs:
run: yarn test
- name: Types
run: |
yarn pack
VERSION=$(jq -r '.version' package.json)
# Run @arethetypeswrong/cli
npx @arethetypeswrong/cli --pack 'primer-octicons-react-v$VERSION.tgz'
npx @arethetypeswrong/cli --pack .
# Run publint
npx publint . --strict
Expand Down

0 comments on commit ac146f1

Please sign in to comment.