diff options
author | 2021-06-09 12:35:28 -0700 | |
---|---|---|
committer | 2021-06-09 12:35:28 -0700 | |
commit | 614b8b9a17ce7bb7e720b74a64265afa9dbb467d (patch) | |
tree | 353f68c98fdfd10a8d9e3fe55a12bfaec84a8d78 | |
parent | 1a77d4fe46e7984dead0e98346b450d8fca221e8 (diff) | |
download | astro-614b8b9a17ce7bb7e720b74a64265afa9dbb467d.tar.gz astro-614b8b9a17ce7bb7e720b74a64265afa9dbb467d.tar.zst astro-614b8b9a17ce7bb7e720b74a64265afa9dbb467d.zip |
Update contributing.md
-rw-r--r-- | contributing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index 9c6ba6b86..3c9c71838 100644 --- a/contributing.md +++ b/contributing.md @@ -5,6 +5,7 @@ ```shell # git clone && cd ... yarn install +yarn build ``` ## Making Pull Requests |