Skip to content

Commit 95896c0

Browse files
committed
lint
1 parent 7eb82c7 commit 95896c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run/idp-sql/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"system-test": "npm -- run start-proxy && c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
1919
"all-test": "npm run unit-test && npm run system-test",
2020
"test": "npm -- run all-test",
21-
"start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &",
22-
21+
"start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &"
2322
},
2423
"dependencies": {
2524
"express": "^4.16.2",

0 commit comments

Comments
 (0)