Skip to content

Commit 1516ed7

Browse files
committed
chore: yarn -> npm
1 parent 5c31503 commit 1516ed7

File tree

7 files changed

+14999
-4332
lines changed

7 files changed

+14999
-4332
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: '14'
19-
- run: yarn install --frozen-lockfile
20-
- run: yarn lint
19+
- run: npm ci
20+
- run: npm run lint
2121

2222
- name: Build & Bundlewatch
2323
uses: jackyef/bundlewatch-gh-action@master
2424
env:
2525
CI_BRANCH_BASE: main
2626
with:
27-
build-script: yarn build
27+
build-script: npm run build
2828
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
2929

3030
- name: Tests
31-
run: yarn test
31+
run: npm test
3232

3333
- name: Code Coverage
3434
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)