chore(docs): discord link

This commit is contained in:
Mo
2022-07-05 11:46:18 -05:00
parent 1ce4cb3c5c
commit 462b8e3cbd
2 changed files with 4 additions and 3 deletions

View File

@@ -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