Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho authored Jul 31, 2023
2 parents 88af64b + 81b9ec7 commit edb2a19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- name: Install dependencies
run: npm ci --legacy-peer-deps

- name: Build Libs 📦
run: npm run build
continue-on-error: false
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docs 📚
run: npm run docs:build
continue-on-error: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ It is built using a variety of powerful technologies, including:

```bash
npm i
npm run build
```

### Running Storybook and Stencil
Expand All @@ -64,8 +65,7 @@ npm test

```bash
## Build Libs
npm run core:build
npm run tokens:build
npm run build

## Build Storybook
npm run storybook:build
Expand Down

0 comments on commit edb2a19

Please sign in to comment.