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