Skip to content

Commit

Permalink
Updated chromatic-project (#3079)
Browse files Browse the repository at this point in the history
* feat: Updated chromatic-project

* bug: remove extra forwardslash
  • Loading branch information
KenAJoh authored Aug 8, 2024
1 parent 02fa924 commit a312faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
autoAcceptChanges: "main"
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: x3xqdfgkujg
projectToken: chpt_1dc4af6a1c8cc48
exitZeroOnChanges: false
buildScriptName: "build:storybook-chromatic"
onlyChanged: true
Expand Down
2 changes: 1 addition & 1 deletion aksel.nav.no/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const nextConfig = {
},
{
source: "/storybook",
destination: "https://main--5f801fb2aea7820022de2936.chromatic.com/",
destination: "https://main--66b4b3beb91603ed0ab5c45e.chromatic.com/",
permanent: false,
},
{
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 -v -p 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 x3xqdfgkujg --build-script-name build:storybook-chromatic",
"chromatic": "npx chromatic --only-changed --project-token chpt_1dc4af6a1c8cc48 --build-script-name build:storybook-chromatic",
"build:storybook-chromatic": "cross-env CHROMATIC=true storybook build",
"build:storybook": "storybook build",
"test": "yarn workspaces foreach -p -v run test",
Expand Down

0 comments on commit a312faa

Please sign in to comment.