chore: update dokploy version to v0.26.3 and modify test command

This commit is contained in:
Mauricio Siu
2025-12-19 11:53:27 -06:00
parent f5d334244a
commit 6685bd618e

View File

@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.26.2",
"version": "v0.26.3",
"private": true,
"license": "Apache-2.0",
"type": "module",
@@ -33,7 +33,7 @@
"docker:build:canary": "./docker/build.sh canary",
"docker:push:canary": "./docker/push.sh canary",
"version": "echo $(node -p \"require('./package.json').version\")",
"test": "vitest --config __test__/vitest.config.ts",
"test": "vitest --config __test__/vitest.config.ts volume-backups",
"generate:openapi": "tsx -r dotenv/config scripts/generate-openapi.ts"
},
"dependencies": {