Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Aug 30, 2024
1 parent fb99a2a commit 96275bd
Show file tree
Hide file tree
Showing 408 changed files with 50,196 additions and 84 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"**/stories/",
"**/tests/",
"**/dist/",
"**/css/",
"**/LICENSE",
"**/*.d.ts",
"**/*.lock",
Expand All @@ -27,6 +28,11 @@
".gitignore",
".npmignore",
".codeclimate.json",
"**/darkBase.ts",
"**/lightBase.ts",
"**/palettes.ts",
"**/world.svg.ts",
"**/_fileType.ts",
"**/_countries.ts",
"**/hijri-date.js"
]
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/master.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Deploy
on:
# Triggers the workflow on push events for the master branch
push:
branches: [WIP-v4]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -33,6 +33,14 @@ jobs:
run: |
yarn dist
# Collect test coverage
- name: Run coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.COVERAGE_TOKEN }}
with:
coverageCommand: yarn test --coverage --json --outputFile=./.storybook/jest-test-results.json

# Runs a set of commands using the runners shell
- name: Build storybook
run: |
Expand All @@ -42,8 +50,7 @@ jobs:
- name: Deploy to GitHub Pages
# You may pin to the exact commit or the version.
# uses: JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
target-folder: v4
folder: build
Loading

0 comments on commit 96275bd

Please sign in to comment.