plugin-html/.drone.yml
Miel Truyen 87ae0cfe67
Some checks failed
continuous-integration/drone/push Build is failing
Drone CI (attempted fix)
2023-04-18 22:56:12 +02:00

20 lines
413 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 "//https://npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- cat ~/.npmrc
- npm profile get name --registry https://npm.cerxes.net
- pnpm install
- pnpm publish --tag latest