Skip to content

Commit

Permalink
fix: make yarn.lock optional from the Makefile (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 authored Nov 25, 2024
1 parent 01865ac commit 431e747
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 431e747

Please sign in to comment.