Commit 14321074 authored by nanahira's avatar nanahira

pnpm

parent 09e1247f
Pipeline #17134 passed with stages
in 4 minutes and 34 seconds
...@@ -12,8 +12,9 @@ build: ...@@ -12,8 +12,9 @@ build:
tags: tags:
- linux - linux
script: script:
- npm install - npm i -g pnpm
- npm run build - pnpm install
- pnpm run build
- mv build dist - mv build dist
artifacts: artifacts:
paths: paths:
......
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