We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278dae2 commit 4b0ba6fCopy full SHA for 4b0ba6f
cloud-sql/postgres/knex/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"start": "node server/server.js",
17
"start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &",
18
- "proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/debug-sql-proxy.sh",
+ "proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh",
19
"test": "npm run proxy -- c8 mocha -p -j 2 test/*.test.js --timeout=60000 --exit"
20
},
21
"dependencies": {
0 commit comments