fix: add gitlab-ci

This commit is contained in:
NICE CODE BY DEV 2023-12-22 16:32:04 +08:00
parent 00b556ef45
commit 7c9af77427

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
stages:
- build
build:
tags:
- linux
stage: build
script:
- npm install
- npm run build