Merge pull request #141 from Lapikud/development

Replace build process with npm
This commit is contained in:
2026-08-12 19:36:20 +03:00
committed by GitHub

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