Commit caf48ecb authored by 神楽坂玲奈's avatar 神楽坂玲奈

ci

parent 416595b2
image: node:latest
cache:
paths:
- node_modules/
stages:
- build
build:
windows:
stage: build
tags:
- windows
script:
- npm ci
- npm run build
- dir dist
linux:
stage: build
tags:
- linux
script:
- npm ci
- npm run build
- ls dist
macOS:
stage: build
tags:
- macOS
script:
- npm ci
- npm run build
- ls dist
Markdown is supported
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