add drone
This commit is contained in:
parent
7970fc252b
commit
e98992ae39
@ -2,12 +2,13 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: npm install
|
||||||
image: git.vaala.cloud/vaalacat/node:16-alpine
|
image: git.vaala.cloud/vaalacat/node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
npm config set registry https://registry.npmmirror.com
|
npm config set registry https://registry.npmmirror.com
|
||||||
npm i -g pnpm
|
npm i -g pnpm
|
||||||
|
pnpm install
|
||||||
pnpm build
|
pnpm build
|
||||||
pnpm export
|
pnpm export
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user