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 f0fbd65 commit e8594a6Copy full SHA for e8594a6
cloud-sql/mysql/mysql/package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"start": "node server/server.js",
16
- "proxy": "source ../../../.github/workflows/util/sql-proxy.sh",
+ "proxy": "bash ../../../.github/workflows/util/sql-proxy.sh",
17
"system-test": "npm run proxy && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
18
"system-test-unix": "npm run proxy && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
19
"test": "npm run system-test && npm run system-test-unix"
0 commit comments