Skip to content
Snippets Groups Projects

Documentation

Merged Defendi Alberto requested to merge documentation into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -2,6 +2,7 @@ image: node:latest
stages:
- build
- build_documentation
build:
stage: build
@@ -10,3 +11,13 @@ build:
- yarn install
- yarn test
- yarn build
build-documentation:
stage: build_documentation
script:
- yarn docs:build
artifacts:
paths:
- styleguide
only:
- master
Loading