Skip to content
Snippets Groups Projects

Insert install step

Merged Defendi Alberto requested to merge documentation into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -16,6 +16,9 @@ build-documentation:
stage: build_documentation
script:
- yarn docs:build
- npm install --force --global yarn
- yarn install
- yarn docs:build
artifacts:
paths:
- styleguide
Loading