瀏覽代碼

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