diff --git a/.npmignore b/.npmignore
index 560884b..b466a1b 100644
--- a/.npmignore
+++ b/.npmignore
@@ -17,9 +17,5 @@ __tests__
 /ios/Frameworks
 /android/libs
 
-# Excluding yarn.lock causes the local build to fail.
-# This is because the build is done on the host machine.
-!yarn.lock
-
 # Go compilation needs .tool-versions
 !.tool-versions
diff --git a/Makefile b/Makefile
index 62a81b4..9d5efb3 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ fclean: clean
 
 # - Node: Handle node_modules
 
-node_modules: package.json yarn.lock
+node_modules: package.json
 	(yarn && touch $@) || true
 
 # - API : Handle API generation and cleaning