mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 07:17:41 +00:00
Replace build process with npm
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user