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 7eb82c7 commit 95896c0Copy full SHA for 95896c0
run/idp-sql/package.json
@@ -18,8 +18,7 @@
18
"system-test": "npm -- run start-proxy && c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
19
"all-test": "npm run unit-test && npm run system-test",
20
"test": "npm -- run all-test",
21
- "start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &",
22
-
+ "start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &"
23
},
24
"dependencies": {
25
"express": "^4.16.2",
0 commit comments