We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3281f70 commit 9ab7ee6Copy full SHA for 9ab7ee6
1 file changed
packages/codemirror-graphql/package.json
@@ -24,7 +24,9 @@
24
"/*.js.flow",
25
"/*.js.map",
26
"/*.d.ts",
27
- "/*.d.ts.map"
+ "/*.d.ts.map",
28
+ "!babel.config.js",
29
+ "!jest.config.js"
30
],
31
"scripts": {
32
"build": "yarn build-clean && yarn build-js && yarn build-esm && yarn build-flow .",
0 commit comments