Skip to content

Commit dfdec1b

Browse files
committed
replace yarn with npm
1 parent fa845d0 commit dfdec1b

3 files changed

Lines changed: 2793 additions & 1346 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v2.1.2
19-
- run: yarn
19+
- run: npm ci
2020

2121
- name: Build
22-
run: yarn build
22+
run: npm run build
2323

2424
- name: Setup Pages
2525
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)