Skip to content

Commit

Permalink
Merge branch 'prerelease/major' of github.com:Workday/canvas-kit into…
Browse files Browse the repository at this point in the history
… feat/add-menu-item-type
  • Loading branch information
NicholasBoll committed Oct 9, 2024
2 parents eb1e985 + 3646c0a commit 68be737
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
## Build Storybook and extract component stories for Storybook aggregation. This will be used
## for Chromatic rebaselining and publishing to GH Pages. Should be before `yarn build` since
## built assets mess up this command
# removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add this back in once we figure out how to extend the limit
- name: Build Storybook
run: |
yarn build-storybook --quiet
yarn sb extract docs docs/stories.json
## Build for packaging.
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"ansi-regex": "3.0.1",
"braces": "3.0.3",
"micromatch": "4.0.6",
"jscodeshift": "0.14.0"
"jscodeshift": "0.14.0",
"puppeteer-core": "^13.7.0"
}
}
Loading

0 comments on commit 68be737

Please sign in to comment.