Skip to content

Commit

Permalink
Merge pull request backstage#527 from spotify/rugvip/notests
Browse files Browse the repository at this point in the history
packages/cli: exclude tests from build
  • Loading branch information
Rugvip authored Apr 9, 2020
2 parents 9b56cc2 + a42d95f commit fc00bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["**/*.test.*"],
"compilerOptions": {
"outFile": "dist/index.js",
"module": "amd",
Expand Down

0 comments on commit fc00bfe

Please sign in to comment.