We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13687b6 commit 6375bc7Copy full SHA for 6375bc7
.woodpecker/release.yml
@@ -22,8 +22,6 @@ steps:
22
image: node:20
23
when:
24
- event: push
25
- volumes:
26
- - /var/run/docker.sock:/var/run/docker.sock
27
commands:
28
- export $(cat /woodpecker/deploy.vault.env | xargs)
29
- npm clean-install
package.json
@@ -6,7 +6,7 @@
6
"main": "dist/index.js",
7
"types": "dist/index.d.ts",
8
"scripts": {
9
- "build": "tsc",
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
10
"prepare": "npm link adminforth"
11
},
12
"repository": {
0 commit comments