Skip to content

Commit

Permalink
fix(rn): remove lying README.md on package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeier authored and 90dy committed Sep 25, 2019
1 parent 4d152c8 commit f2c8611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/Makefile
Expand Up @@ -98,7 +98,8 @@ rnpkg: $(mod)
--github_account berty \
--author-name 'Berty Technologies' \
--author-email staff@berty.tech \
$(name) \
$(name)
rm -f packages/$(name)/README.md

.PHONY: lint
lint: export PWD := $(PWD)
Expand Down

0 comments on commit f2c8611

Please sign in to comment.