Update .gitlab-ci.yml
This commit is contained in:
parent
8aea394980
commit
2203585a79
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue