Skip to content
Snippets Groups Projects
Unverified Commit 8c396867 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[ci] Added CI

parent cd9812da
Branches
Tags 0.1.0
No related merge requests found
Pipeline #69116 passed with stage
in 5 minutes and 19 seconds
image: lorisleiva/laravel-docker:latest
npm:
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}-npm
paths:
- node_modules/
script:
- yarn install
- yarn build
artifacts:
expire_in: 1 month
paths:
- build/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment