💚 (fix-ci) fix gitlab ci error

remove additional step before execution except `bun install` because nessecary module need to be installed first.
This commit is contained in:
2025-09-13 13:35:04 +07:00
parent e4a19d4e41
commit 1a0dba6903

View File

@ -5,10 +5,6 @@ stages:
- build
before_script:
- apt-get update -y
- apt-get install -y curl
- curl -fsSL https://bun.sh/install | bash
- export PATH="$HOME/.bun/bin:$PATH"
- bun install
lint: