Skip to content

Commit 6375bc7

Browse files
committed
fix: error with not existing component
1 parent 13687b6 commit 6375bc7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.woodpecker/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ steps:
2222
image: node:20
2323
when:
2424
- event: push
25-
volumes:
26-
- /var/run/docker.sock:/var/run/docker.sock
2725
commands:
2826
- export $(cat /woodpecker/deploy.vault.env | xargs)
2927
- npm clean-install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"build": "tsc",
9+
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
1010
"prepare": "npm link adminforth"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)