Skip to content

Commit e8594a6

Browse files
committed
bash
1 parent f0fbd65 commit e8594a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/mysql/mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"start": "node server/server.js",
16-
"proxy": "source ../../../.github/workflows/util/sql-proxy.sh",
16+
"proxy": "bash ../../../.github/workflows/util/sql-proxy.sh",
1717
"system-test": "npm run proxy && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
1818
"system-test-unix": "npm run proxy && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
1919
"test": "npm run system-test && npm run system-test-unix"

0 commit comments

Comments
 (0)