we no longer have gitlab

This commit is contained in:
Tamius Han 2021-08-28 02:24:23 +02:00
parent cbb4624e25
commit 54c88dcb2f

View File

@ -1,23 +0,0 @@
image: node:current
cache:
paths:
- node_modules/
- .yarn
stages:
- prep
- build
- pack
install deps:
stage: prep
script: yarn install
build:
stage: build
script: npm run build
create zip:
stage: pack
script: npm run build-zip