Skip to content

Commit 7e263af

Browse files
committedOct 11, 2016
Ignore yarn lock when publishing
1 parent b83cc34 commit 7e263af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ components
88
.idea
99
temp.txt*
1010
test
11+
yarn.locky
12+

5 commit comments

Comments
 (5)

drewfreyling commented on May 12, 2017

@drewfreyling

Should this be yarn.lock not yarn.locky?

OverZealous commented on May 12, 2017

@OverZealous
OwnerAuthor

lol, yeah, I would think so. Honestly, I set up yarn.lock on a few repos, then ran into some issues with it, and haven't revisited it.

OverZealous commented on May 12, 2017

@OverZealous
OwnerAuthor

Fixed, thanks!

drewfreyling commented on May 12, 2017

@drewfreyling

Alot of issues have been fixed since October 2016(I had issues integrating with myget for example). So I'd recommend using it - so much faster!

OverZealous commented on May 12, 2017

@OverZealous
OwnerAuthor

Thanks! I'm not in a place where I can take the time to test and debug everything, but I'll keep it in mind for the future.

Please sign in to comment.