Skip to content

Commit

Permalink
chore: remove CI var for install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer authored Mar 20, 2024
1 parent b9fdca9 commit d675c0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: |
yarn install
env:
CI: true
run: yarn install
- name: Build example app
run: yarn build
working-directory: example
Expand Down

0 comments on commit d675c0a

Please sign in to comment.