Skip to content

Commit

Permalink
build(npm): get rid of yarn!
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel committed May 16, 2023
1 parent 62e37db commit 2cf2e0e
Show file tree
Hide file tree
Showing 4 changed files with 7,354 additions and 3,706 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ env.NVMRC }}
cache: yarn

- name: Yarn
- name: NPM
run: |
yarn install --immutable --immutable-cache --check-cache
yarn run cover
yarn run check-coverage
yarn run build
npm ci
npm run cover
npm run check-coverage
npm run build
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
package-lock.json
yarn.lock
coverage
.nyc_output
.DS_Store
Expand Down

0 comments on commit 2cf2e0e

Please sign in to comment.