Added cd for node check
This commit is contained in:
parent
fe745c9ff0
commit
bd2e6889d7
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ check_node_syntax:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
before_script:
|
before_script:
|
||||||
|
- cd site
|
||||||
- npm ci
|
- npm ci
|
||||||
script:
|
script:
|
||||||
- npm run type-check
|
- npm run type-check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue