Skip to content

Commit 2065372

Browse files
committed
fix: update test command in package.json to remove specific test target
1 parent 7c53a3e commit 2065372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 volume-backups",
36+
"test": "vitest --config __test__/vitest.config.ts",
3737
"generate:openapi": "tsx -r dotenv/config scripts/generate-openapi.ts"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)