Skip to content

Commit

Permalink
build: add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed May 3, 2020
1 parent ac38dfe commit 2956fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log
2 changes: 1 addition & 1 deletion scripts/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function prepare() {
await installDistDeps(pkg)
await rewriteLocalDeps(pkg)
useOwnFiles(pkg, ['README.md', '@types'])
useFiles(pkg, ['LICENSE'])
useFiles(pkg, ['LICENSE', '.npmignore'])
deleteFields(pkg, deletions[pkg.name])
// assignFields(pkg, overrides[pkg.name])
savePackage(pkg)
Expand Down

0 comments on commit 2956fc9

Please sign in to comment.