From 2d44aa5c0fd2183314fa629196ace8d9b70cee21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Wed, 22 Nov 2023 16:52:49 +0100 Subject: [PATCH] pkp/pkp-lib#9527 adjust projectToken for chromatic --- .github/workflows/chromatic.yml | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6ea717789..72cd8d8b0 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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 diff --git a/package.json b/package.json index c023d3af2..e4a4a35d2 100644 --- a/package.json +++ b/package.json @@ -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",