mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-04 15:39:12 +00:00
11 lines
193 B
YAML
11 lines
193 B
YAML
variables:
|
|
NPM_PREFIX: BondageClub/
|
|
|
|
check:
|
|
stage: build
|
|
only:
|
|
- merge_requests
|
|
image: node:20
|
|
script:
|
|
- npm --prefix $NPM_PREFIX ci
|
|
- npm --prefix $NPM_PREFIX run checks
|