Skip to content

Commit

Permalink
Remove extra build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 20, 2024
1 parent b7db68b commit 49d2dcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
node-version: "lts/*"

- name: Install Packages
run: |
npm install
npm run build
run: npm install

- name: Type Check Files
run: npm run test:types
Expand Down

0 comments on commit 49d2dcf

Please sign in to comment.