Skip to content

Commit

Permalink
fix: do not publish src and test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Aug 14, 2019
1 parent 9a57493 commit 510a4d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/dist
/.DS_Store
/database-debug.log
/firestore-debug.log

# Logs
logs
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"files": [
"/dist",
"/src",
"package-lock.js"
],
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.test.ts
*.test.ts
_test
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"src/**/*"
],
"exclude": [
"src/**/_test",
"src/**/*.test.ts"
]
}

0 comments on commit 510a4d4

Please sign in to comment.