We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57603bd commit a47820fCopy full SHA for a47820f
.woodpecker/release.yml
@@ -25,6 +25,7 @@ steps:
25
volumes:
26
- /var/run/docker.sock:/var/run/docker.sock
27
commands:
28
+ - apt update && apt install -y rsync
29
- export $(cat /woodpecker/deploy.vault.env | xargs)
30
- npm clean-install
31
- /bin/bash ./.woodpecker/buildRelease.sh
package.json
@@ -5,7 +5,7 @@
5
"types": "dist/index.d.ts",
6
"type": "module",
7
"scripts": {
8
- "build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch",
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
9
"prepare": "npm link adminforth"
10
},
11
"repository": {
0 commit comments