Skip to content

Commit

Permalink
Merge pull request #1000 from JohannesKlauss/feature/switch_to_npm
Browse files Browse the repository at this point in the history
Switch to npm
  • Loading branch information
JohannesKlauss authored Apr 14, 2023
2 parents f7f1b10 + c1d5ad2 commit 6b2cb18
Show file tree
Hide file tree
Showing 9 changed files with 27,727 additions and 9,805 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

1 comment on commit 6b2cb18

@vercel
Copy link

@vercel vercel bot commented on 6b2cb18 Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.