Skip to content

Commit 3c0ce80

Browse files
author
SPRINX0\prochazka
committed
dbgate test
1 parent 27ce12f commit 3c0ce80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test:ci": "jest --runInBand --json --outputFile=test-result.json --testLocationInResults --detectOpenHandles --forceExit",
88
"test:init": "yarn tsc && node dist/runtest init",
99
"test:add": "yarn tsc && node dist/runtest add",
10-
"test:dbgate": "yarn tsc && node dist/diflow https://github.com/dbgate/dbgate-diflow-config.git --skip-push --clear"
10+
"test:dbgate": "yarn tsc && node dist/diflow https://github.com/dbgate/dbgate-diflow-config.git --skip-push --clear",
11+
"test:dbgate:push": "yarn tsc && node dist/diflow https://github.com/dbgate/dbgate-diflow-config.git --clear"
1112
},
1213
"devDependencies": {
1314
"@types/fs-extra": "^11.0.4",

0 commit comments

Comments
 (0)