Skip to content

Commit 6995d52

Browse files
committed
feat: update for new autorelease flow
1 parent f77b9af commit 6995d52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.woodpecker/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ steps:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

0 commit comments

Comments
 (0)