Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflee-figma committed Feb 23, 2024
1 parent 565b0e8 commit fbf8f2b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint code
run: npm run lint
- name: Lint docs
run: npm run lint:docs
- name: Tests
run: npm run test
- run: npm run typecheck
- run: npm run lint
- run: npm run lint:docs
- run: npm run test
- name: Check that commit contains build artifacts
run: |
npm run build
Expand Down

0 comments on commit fbf8f2b

Please sign in to comment.