Replace build process with npm

This commit is contained in:
2026-08-12 19:13:14 +03:00
parent a77e22995b
commit 59d116c0a6

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: bun install
run: npm install
- name: Build project
run: bun run build
run: npm run build