forked from AkkomaGang/akkoma-fe
Update .gitlab-ci.yml
This commit is contained in:
parent
8aea394980
commit
2203585a79
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue