Add .gitlab-ci.yml
This commit is contained in:
parent
46019faa9d
commit
8e36cc67bb
|
@ -0,0 +1,9 @@
|
|||
image: node:10-slim
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
script:
|
||||
- npm install
|
||||
- npm build
|
Loading…
Reference in New Issue