fix gitlab ci yml
This commit is contained in:
@@ -6,11 +6,15 @@ stages:
|
|||||||
- lint
|
- lint
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
script:
|
||||||
|
- bun install
|
||||||
|
- bun run build
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
stage: lint
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user