Skip to content
Snippets Groups Projects

Include frontend deps when building in CI

Merged Anton Sarukhanov requested to merge frontend-cleanup into master
+ 1
0
@@ -7,6 +7,7 @@ build_js:
stage: build_js
image: node:14
script:
- npm install --dev
- make js
artifacts:
paths:
Loading