Skip to content
Snippets Groups Projects
Verified Commit c2e41cfc authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Change with typedoc and remove Yarn installation.

parent ee0e0b8a
No related branches found
No related tags found
2 merge requests!69Possibility to insert a reservation and new docs.,!65Fix/api
......@@ -7,7 +7,6 @@ stages:
build:
stage: build
script:
- npm install --force --global yarn
- yarn install
- yarn test
- yarn build || echo "Unable to build!"
......@@ -15,10 +14,8 @@ build:
pages:
stage: docs
script:
- npm install --force --global yarn
- yarn install
- npx styleguidist build
- mv styleguide public
- yarn typedoc
- mv docs public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment