Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": true,
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"homepage": "https://github.com/graphql/express-graphql",
"bugs": {
"url": "https://github.com/graphql/express-graphql/issues"
Expand All @@ -27,7 +28,7 @@
"node": ">= 10.x"
},
"scripts": {
"test": "npm run prettier:check && npm run lint && npm run check && npm run check:ts && npm run testonly",
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts",
"test:ci": "yarn check --integrity && npm run prettier:check && npm run lint && npm run check && npm run check:ts && npm run testonly:cover && npm run build",
"testonly": "mocha src/**/__tests__/**/*.js",
"testonly:cover": "nyc npm run testonly",
Expand Down