Add npm to PATH in build-web job

This commit is contained in:
Fam Zheng 2025-11-24 06:55:26 +08:00
parent 9207a005bd
commit 7580a9a452

View File

@ -25,6 +25,7 @@ build-web:
tags:
- ailab
before_script:
- export PATH="/home/fam/.nvm/versions/node/v16.20.2/bin:$PATH"
- (cd web; npm install)
script:
- make web