Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
debug: focus on tests that fail to start/finish on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 14, 2018
1 parent 6fabb08 commit eedf697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphqlgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "npm run lint && tsc --declaration",
"watch": "tsc -w",
"lint": "tslint --project tsconfig.json {src,test}/**/*.ts",
"t": "jest",
"t": "jest 'large-schema'",
"test": "npm run lint && npm run t",
"gen": "ts-node --files src/index.ts"
},
Expand Down

0 comments on commit eedf697

Please sign in to comment.