Added cd for node check

This commit is contained in:
Viswamedha Nalabotu 2026-02-26 12:29:39 +00:00
parent fe745c9ff0
commit bd2e6889d7

View file

@ -20,6 +20,7 @@ check_node_syntax:
stage: lint
image: node:20-alpine
before_script:
- cd site
- npm ci
script:
- npm run type-check