We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ce12f commit 3c0ce80Copy full SHA for 3c0ce80
package.json
@@ -7,7 +7,8 @@
7
"test:ci": "jest --runInBand --json --outputFile=test-result.json --testLocationInResults --detectOpenHandles --forceExit",
8
"test:init": "yarn tsc && node dist/runtest init",
9
"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"
+ "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"
12
},
13
"devDependencies": {
14
"@types/fs-extra": "^11.0.4",
0 commit comments