Skip to content

Commit

Permalink
Build proper output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Mar 21, 2022
1 parent 8037538 commit c511d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "playwright test",
"ts": "tsc",
"format": "prettier --write .",
"release": "yarn tsc && yarn changeset publish"
"release": "yarn tsc -p tsconfig.build.json && yarn changeset publish"
},
"devDependencies": {
"@babel/core": "^7.17.7",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"compilerOptions": {
"noEmit": false
},
"include": ["src/**/*.ts", "types/**/*.d.ts"],
"exclude": ["node_modules/**", "**/__tests__/**"]
"include": ["src"]
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2019",
"moduleResolution": "node",
"esModuleInterop": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"outDir": "lib"
Expand Down

0 comments on commit c511d93

Please sign in to comment.