Skip to content

Commit

Permalink
remove .spec files from build (#43)
Browse files Browse the repository at this point in the history
* remove .spec files from build

* chore: add more details to CONTRIBUTING for build
  • Loading branch information
bradtaniguchi authored Jun 17, 2022
1 parent c1db6b4 commit e397e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ To build the code use the command:
npm run build
```

This will create a `lib` folder, which will house the exported js and .d.ts files.

## Building docs

To build the [typedoc](https://www.npmjs.com/package/typedoc) based doc site, use the command:
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"types": ["node"],
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
"exclude": ["node_modules", "**/*.spec.ts"]
}

0 comments on commit e397e58

Please sign in to comment.