Skip to content

Commit 9b6d12f

Browse files
committed
replace yarn with npm
1 parent 15c4b6c commit 9b6d12f

File tree

5 files changed

+9644
-7712
lines changed

5 files changed

+9644
-7712
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: bahmutov/npm-install@v1
2424

2525
- name: Test package
26-
run: yarn test
26+
run: npm run test

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn lint
1+
npm run lint

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn test
1+
npm run test

0 commit comments

Comments
 (0)