Switch from yarn to npm

This commit is contained in:
Linus Groh
2024-02-26 22:20:25 +00:00
parent 3fad44509e
commit c569aced1e
7 changed files with 14539 additions and 8873 deletions
+2 -2
View File
@@ -10,5 +10,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn install
- run: yarn build
- run: npm install
- run: npm run build