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

Update .gitlab-ci.yml

parent 30a908b5
No related branches found
No related tags found
1 merge request!36Unify notice timelines to make changes easier.
Pipeline #
......@@ -33,11 +33,13 @@ stages:
- deploy
test:
stage: test
script:
- yarn
- npm run unit
build:
stage: build
script:
- yarn
- npm run build
......@@ -46,6 +48,7 @@ build:
- dist/
deploy:
stage: deploy
environment: dev
only:
- develop
......
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