Skip to content

Commit

Permalink
🔥 Remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Nov 13, 2022
1 parent 254cb52 commit e91d1d6
Show file tree
Hide file tree
Showing 3 changed files with 12,421 additions and 4,476 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: yarn --frozen-lockfile
run: npm install

- name: Test
run: yarn test
run: npm test

- name: Lint
run: yarn lint
run: npm run lint

- name: Build
run: yarn build
run: npm run build

- name: Size Limit
run: yarn size
run: npm run size
Loading

0 comments on commit e91d1d6

Please sign in to comment.