Skip to content

Commit f498519

Browse files
authored
Switch to NPM (#591)
* switch to npm * update some deps
1 parent 54d6a51 commit f498519

File tree

4 files changed

+8459
-3038
lines changed

4 files changed

+8459
-3038
lines changed

.github/workflows/yarn-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '22'
2323

2424
- name: Install dependencies
25-
run: yarn install
25+
run: npm install
2626

27-
- name: Run yarn build
28-
run: yarn build
27+
- name: Run build
28+
run: npm run build

0 commit comments

Comments
 (0)