Skip to content

Commit 6685bd6

Browse files
committed
chore: update dokploy version to v0.26.3 and modify test command
1 parent f5d3342 commit 6685bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dokploy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokploy",
3-
"version": "v0.26.2",
3+
"version": "v0.26.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"type": "module",
@@ -33,7 +33,7 @@
3333
"docker:build:canary": "./docker/build.sh canary",
3434
"docker:push:canary": "./docker/push.sh canary",
3535
"version": "echo $(node -p \"require('./package.json').version\")",
36-
"test": "vitest --config __test__/vitest.config.ts",
36+
"test": "vitest --config __test__/vitest.config.ts volume-backups",
3737
"generate:openapi": "tsx -r dotenv/config scripts/generate-openapi.ts"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)