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: ...@@ -29,12 +29,14 @@ cache:
test: test:
script: script:
- npm install - npm install -g yarn
- yarn
- npm run unit - npm run unit
build: build:
script: script:
- npm install - npm install -g yarn
- yarn
- npm run build - npm run build
artifacts: artifacts:
paths: 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