Skip to content
Snippets Groups Projects
Commit 2203585a authored by lambadalambda's avatar lambadalambda
Browse files

Update .gitlab-ci.yml

parent 8aea3949
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,14 @@ cache:
test:
script:
- npm install
- npm install -g yarn
- yarn
- npm run unit
build:
script:
- npm install
- npm install -g yarn
- yarn
- npm run build
artifacts:
paths:
......
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