File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2222 image : node:20
2323 when :
2424 - event : push
25- volumes :
26- - /var/run/docker.sock:/var/run/docker.sock
2725 commands :
26+ - apt update && apt install -y rsync
2827 - export $(cat /woodpecker/deploy.vault.env | xargs)
2928 - npm clean-install
3029 - /bin/bash ./.woodpecker/buildRelease.sh
Original file line number Diff line number Diff line change 11{
22 "name" : " @adminforth/rich-editor" ,
3- "version" : " 1.0.18 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Rich editor plugin for adminforth" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "scripts" : {
99 "prepare" : " npm link adminforth" ,
10- "build" : " tsc"
10+ "build" : " tsc && rsync -av --exclude 'node_modules' custom dist/ "
1111 },
1212 "repository" : {
1313 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments