Skip to content
Snippets Groups Projects
Commit f0fbad8c authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Build through Gitlab CI

parent 12ce2875
No related branches found
No related tags found
No related merge requests found
stages:
- build
frontend:
stage: build
image: node:9-alpine
artifacts:
paths:
- dist
expire_in: 2 weeks
before_script:
- npm install --no-progress
script:
- npm run production
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