plugin-html/.drone.yml
Miel Truyen 18f03b8773
Some checks failed
continuous-integration/drone/push Build is failing
Drone CI
2023-04-18 01:03:40 +02:00

18 lines
321 B
YAML

---
kind: pipeline
type: docker
name: build
trigger:
branch:
- main
steps:
- name: build
image: node:18-alpine
commands:
- npm install -g pnpm
- apk add --no-cache jq
- echo -e "//npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- pnpm install
- pnpm publish --tag latest