Skip to content

Commit

Permalink
Switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKlauss committed Apr 14, 2023
1 parent f7f1b10 commit 7346d20
Show file tree
Hide file tree
Showing 6 changed files with 27,775 additions and 9,789 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
node-version: ${{ matrix.node-version }}

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

- name: Lint
run: yarn run lint
run: npm run lint
env:
CI: true

- name: Test
run: yarn run test --ci --coverage
run: npm run test --ci --coverage
env:
CI: true

- name: Build
run: yarn run build
run: npm run build
env:
CI: true
Loading

0 comments on commit 7346d20

Please sign in to comment.