Core/.woodpecker.yaml
Madeorsk 68e8a1fa43
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Configure JS package publish and Woodpecker CI build.
2024-07-14 23:59:33 +02:00

17 lines
529 B
YAML

steps:
- name: build_library
image: node:alpine
volumes:
- /tmp/woodpecker/cache/uikernel/core/node_modules:/woodpecker/src/code.zeptotech.net/UIKernel/Core/node_modules
- /tmp/woodpecker/cache/uikernel/core/.yarn/cache:/woodpecker/src/code.zeptotech.net/UIKernel/Core/.yarn/cache
secrets:
- FORGE_TOKEN
commands:
- corepack enable
- yarn install
- yarn build
- ./.woodpecker/yarn_auth.sh
- yarn npm publish
when:
- event: tag
ref: refs/tags/v*