test install and build in same step
Some checks failed
CI / build-and-test (pull_request) Failing after 4m2s
Some checks failed
CI / build-and-test (pull_request) Failing after 4m2s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
bun-version: 1.3.3
|
bun-version: 1.3.3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun --bun install
|
run: bun install && bun --bun run build
|
||||||
|
|
||||||
- name: Is vite there?
|
- name: Is vite there?
|
||||||
run: ls node_modules/vite
|
run: ls node_modules/vite
|
||||||
|
|||||||
Reference in New Issue
Block a user