Add .gitlab-ci.yml
This commit is contained in:
parent
fee57e4b3b
commit
e60d0fb844
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
build site:
|
||||||
|
image: node:lts
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cd app
|
||||||
|
- npm install --progress=false
|
||||||
|
- npm run build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- dist
|
Loading…
Reference in a new issue