diff --git a/.github/workflows/pr.components.yml b/.github/workflows/pr.components.yml index 73597bd1f..589d64f67 100644 --- a/.github/workflows/pr.components.yml +++ b/.github/workflows/pr.components.yml @@ -19,13 +19,13 @@ jobs: - name: Install dependencies run: yarn install + - name: Build components + run: yarn build:components + - name: Lint components run: yarn lint working-directory: packages/components - - name: Build components - run: yarn build:components - - name: Test components run: yarn test working-directory: packages/components diff --git a/packages/docs/docs/welcome.md b/packages/docs/docs/welcome.md index d129f1e98..70ca756f0 100644 --- a/packages/docs/docs/welcome.md +++ b/packages/docs/docs/welcome.md @@ -29,6 +29,7 @@ This documentation explains how to get started with using Standard Notes, publis ## Staying informed - [GitHub](https://github.com/standardnotes) +- [Discord](https://standardnotes.com/discord) - [Twitter](https://twitter.com/standardnotes) - [Slack](https://standardnotes.com/slack) - [Blog](https://blog.standardnotes.org)