Skip to content

Commit 802cb6f

Browse files
callmehiphopJustinBeckwith
authored andcommitted
chore: temporarily disable gts (#534)
1 parent 90f2388 commit 802cb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"docs": "jsdoc -c .jsdoc.js",
3434
"predocs": "npm run compile",
3535
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
36-
"lint": "gts check && eslint '**/*.js'",
36+
"lint": "eslint '**/*.js'",
3737
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
3838
"system-test": "mocha build/system-test --timeout 600000",
3939
"cleanup": "mocha scripts/cleanup.js --timeout 30000",
4040
"test": "nyc mocha build/test",
4141
"ycsb": "node ./benchmark/ycsb.js run -P ./benchmark/workloada -p table=usertable -p cloudspanner.instance=ycsb-instance -p operationcount=100 -p cloudspanner.database=ycsb",
42-
"fix": "gts fix && eslint --fix '**/*.js'",
42+
"fix": "eslint --fix '**/*.js'",
4343
"clean": "gts clean",
4444
"compile": "tsc -p . && cp -r src/v1 build/src && cp -r protos build && cp test/*.js build/test",
4545
"prepare": "npm run compile",

0 commit comments

Comments
 (0)