Skip to content

Commit 9ab7ee6

Browse files
authored
Exclude babel and jest config from npm files
1 parent 3281f70 commit 9ab7ee6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/codemirror-graphql/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"/*.js.flow",
2525
"/*.js.map",
2626
"/*.d.ts",
27-
"/*.d.ts.map"
27+
"/*.d.ts.map",
28+
"!babel.config.js",
29+
"!jest.config.js"
2830
],
2931
"scripts": {
3032
"build": "yarn build-clean && yarn build-js && yarn build-esm && yarn build-flow .",

0 commit comments

Comments
 (0)