Skip to content

Commit fc738b9

Browse files
committed
fix(npmignore): don't deploy yarn cache files or husky scripts
1 parent 0b23bcb commit fc738b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Build output
2+
/.yarn
23
package-lock.json
34
yarn.lock
45
yarn-error.log

npmignore.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/.prettierignore
77
/renovate.json
88
/.snyk
9+
/.husky
910
/*.config.js
1011
/*.config.cjs
1112
/*.config.mjs
@@ -20,6 +21,7 @@ package-lock.json
2021
yarn.lock
2122
yarn-error.log
2223
npm-debug.log*
24+
/.yarn
2325

2426
# macOS
2527
.DS_Store

0 commit comments

Comments
 (0)