소스 검색

Update Development-guide.md

Since the document specifies the `--pure-lockfile` flag, it seems inaccurate to say, "Similarly, installing JavaScript dependencies doesn't require any flags."

I've changed the text accordingly. I hope it's appropriate!
Diana Thayer 7 년 전
부모
커밋
887837ab87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Running-Mastodon/Development-guide.md

+ 1 - 1
Running-Mastodon/Development-guide.md

@@ -17,7 +17,7 @@ The command to install Ruby project dependencies is the following:
 
     bundle install
 
-Similarly, installing JavaScript dependencies doesn't require any flags:
+Install JavaScript dependencies with this command:
 
     yarn install --pure-lockfile