Skip to content

Commit

Permalink
Merge pull request #149 from xt0rted/yarn
Browse files Browse the repository at this point in the history
Switch from npm to yarn
  • Loading branch information
xt0rted authored Feb 24, 2021
2 parents 3794aec + 4424e3d commit 22945f7
Show file tree
Hide file tree
Showing 4 changed files with 1,125 additions and 1,407 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npm ci
- run: yarn install

- run: npm test
- run: yarn test

- run: npm run build
- run: yarn run build
Loading

0 comments on commit 22945f7

Please sign in to comment.