mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 06:07:33 +00:00
fix node_modules permissions before git clean
this is due to copying node_modules from nix store which is read-only Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
79db8e5107
commit
1a4763c48d
2
Makefile
2
Makefile
@ -43,6 +43,8 @@ endif
|
|||||||
|
|
||||||
clean: SHELL := /bin/sh
|
clean: SHELL := /bin/sh
|
||||||
clean: ##@prepare Remove all output folders
|
clean: ##@prepare Remove all output folders
|
||||||
|
@test -d node_modules && chmod -R 744 node_modules; \
|
||||||
|
test -d node_modules.tmp && chmod -R 744 node_modules.tmp; \
|
||||||
git clean -dxf -f
|
git clean -dxf -f
|
||||||
|
|
||||||
clean-nix: SHELL := /bin/sh
|
clean-nix: SHELL := /bin/sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user