Skip to content

Commit

Permalink
Merge branch 'main' into ghengeveld/323-if-chromaticconfigjson-has-st…
Browse files Browse the repository at this point in the history
…orybookbuilddir-con
  • Loading branch information
ghengeveld authored Jun 28, 2024
2 parents 325b6e9 + 3465e9d commit b84d1ce
Show file tree
Hide file tree
Showing 8 changed files with 18,711 additions and 12,717 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0

- name: Install dependencies
run: yarn install --ignore-scripts
run: yarn install --immutable

- name: Publish to Chromatic
uses: chromaui/action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: git fetch --unshallow --tags

- name: Install dependencies
run: yarn install --ignore-scripts
run: yarn install --immutable

- name: Create Release
run: yarn run release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: yarn install --ignore-scripts
run: yarn install --immutable

- name: Lint
run: yarn lint
Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ build-storybook.log
chromatic.log
chromatic-build-*.xml
chromatic-diagnostics.json

**/.pnp.*
**/.yarn/*
!**/.yarn/patches
!**/.yarn/plugins
!**/.yarn/releases
!**/.yarn/sdks
!**/.yarn/versions
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-berry.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "yarn run build && auto shipit",
"start": "run-p build:watch 'storybook --quiet'",
"storybook": "CHROMATIC_ADDON_NAME='../src/dev.ts' storybook dev -p 6006",
"storybook-from-dist": "CHROMATIC_USE_DIST_VERSION=true CHROMATIC_ADDON_NAME='../dist/index.js' storybook dev -p 6006",
"storybook": "CHROMATIC_ADDON_NAME='../src/dev.ts' storybook dev -p 6004",
"storybook-from-dist": "CHROMATIC_USE_DIST_VERSION=true CHROMATIC_ADDON_NAME='../dist/index.js' storybook dev -p 6004",
"test": "vitest",
"typecheck": "tsc --noemit"
},
Expand Down Expand Up @@ -137,6 +137,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "[email protected]",
"bundler": {
"exportEntries": [
"./src/index.ts"
Expand Down
Loading

0 comments on commit b84d1ce

Please sign in to comment.