Skip to content

Commit

Permalink
Not outputting test files
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 13, 2024
1 parent 8613176 commit 374e1f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "npx tsc",
"prepublish": "./node_modules/.bin/tsc",
"prepublish": "npx tsc --project tsconfig.build.json",
"test": "npx jest"
},
"author": "carlos@usewaypoint.com",
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["tests/**/*.spec.ts", "tests/**/*.spec.tsx", "jest.config.ts"]
}

0 comments on commit 374e1f8

Please sign in to comment.