Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed May 15, 2023
1 parent 28d243a commit 16a70b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__tests__
__helpers__
__mocks__
lib/start.js
lib/start.d.js
src
Expand All @@ -8,6 +9,7 @@ coverage
.github
.husky
.idea
.run
.nyc_output
.gitattributes
.editorconfig
Expand All @@ -24,3 +26,4 @@ sonar-project.properties
scratch.http
docker-compose.yml
tsconfig.json
release.config.js
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default {
copy({
targets: [
{ src: 'package.json', dest: 'lib' },
{ src: 'README.md', dest: 'lib' },
{ src: 'typings/**/*', dest: 'lib/typings' },
]
})
Expand Down

0 comments on commit 16a70b4

Please sign in to comment.