Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit fb6e620

Browse files
committed
package.json: sync with graphql-js
1 parent ac9e1a9 commit fb6e620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"private": true,
77
"main": "index.js",
88
"types": "index.d.ts",
9+
"sideEffects": false,
910
"homepage": "https://github.com/graphql/express-graphql",
1011
"bugs": {
1112
"url": "https://github.com/graphql/express-graphql/issues"
@@ -27,7 +28,7 @@
2728
"node": ">= 10.x"
2829
},
2930
"scripts": {
30-
"test": "npm run prettier:check && npm run lint && npm run check && npm run check:ts && npm run testonly",
31+
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts",
3132
"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",
3233
"testonly": "mocha src/**/__tests__/**/*.js",
3334
"testonly:cover": "nyc npm run testonly",

0 commit comments

Comments
 (0)