Skip to content

Commit

Permalink
Merge branch 'main' into pattern-suggestionblock
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan authored Sep 11, 2024
2 parents 52f5271 + 88201e3 commit 9942716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
autoAcceptChanges: "main"
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: chpt_1dc4af6a1c8cc48
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: false
buildScriptName: "build:storybook-chromatic"
onlyChanged: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"docgen": "yarn workspaces foreach -vv -pA run docgen",
"changelog": "deno run --allow-read --allow-write --no-config scripts/changelog/createMainChangelog.ts",
"updateArticleViews": "deno run --allow-net --allow-env --allow-read --no-config scripts/article-views/update-article-views/main.ts",
"chromatic": "npx chromatic --only-changed --project-token chpt_1dc4af6a1c8cc48 --build-script-name build:storybook-chromatic",
"chromatic": "npx chromatic --only-changed --build-script-name build:storybook-chromatic",
"build:storybook-chromatic": "cross-env CHROMATIC=true storybook build",
"build:storybook": "storybook build",
"test": "yarn workspaces foreach -vv -pA run test",
Expand Down

0 comments on commit 9942716

Please sign in to comment.