Skip to content

Commit 2805894

Browse files
committed
fix Makefile error.
1 parent 66ae987 commit 2805894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export
2020

2121

2222
yarn.lock install:
23-
$(YARN) yarn install
23+
$(YARN) install
2424

2525

2626
# Unlink any linked dependencies before building a bundle.

0 commit comments

Comments
 (0)