Skip to content

Commit

Permalink
pkp/pkp-lib#9527 adjust projectToken for chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 22, 2023
1 parent ba786fc commit 2d44aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ jobs:
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: chpt_d560551f1e4c0c7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token chpt_d560551f1e4c0c7"
"chromatic": "npx chromatic --project-token=chpt_d560551f1e4c0c7"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
Expand Down

0 comments on commit 2d44aa5

Please sign in to comment.