Skip to content

Commit

Permalink
sync: master to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrusakov authored Apr 27, 2023
2 parents f5f4921 + 8570521 commit 100ee5c
Show file tree
Hide file tree
Showing 112 changed files with 74,603 additions and 110,749 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: |
npm ci
npm run generate-component-install
npm run doc-site-install
run: npm ci
- name: Check Types
run: npm run type-check
- name: Lint
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: |
npm ci
npm run generate-component-install
npm run doc-site-install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ When developing a new component you should generally follow three rules:
The Paragon documentation site serves both as documentation and as a workbench to create your component within. To see your component in action, you need to run the documentation site locally. (Note you need to install dependencies both in the project root and the `www` directory)

```
npm run install-all
npm install
cd www
npm start
```
Expand Down
Loading

0 comments on commit 100ee5c

Please sign in to comment.