Skip to content

Commit 13e9d36

Browse files
committed
Add config files to npmignores
1 parent 7e8e417 commit 13e9d36

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

packages/openapi-fetch/.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
examples
22
test
3+
test-results
4+
tsconfig*.json
5+
playwright.config.ts
36
vitest.config.ts
7+
biome.json
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
examples
21
test
32
vitest.config.ts
3+
tsconfig*.json
4+
biome.json

packages/openapi-react-query/test/index.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import createClient from "../src/index.js";
55
import createFetchClient from "openapi-fetch";
66
import { render, renderHook, screen, waitFor } from "@testing-library/react";
77
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
8-
import React, { Suspense, type ReactNode } from "react";
8+
import { Suspense, type ReactNode } from "react";
99
import { ErrorBoundary } from "react-error-boundary";
1010

1111
const queryClient = new QueryClient({
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
biome.json
2+
tsconfig*.json

packages/openapi-typescript/.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ examples/
22
scripts/
33
test/
44
vitest.config.ts
5-
tsconfig.*.json
5+
tsconfig*.json
6+
biome.json

0 commit comments

Comments
 (0)