cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit 70a0163dbb0d809eae77d8e2429cc13ca92199f3
parent 325c31380bb9ba7081fabd4ee38224b9c4024068
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  5 May 2023 15:25:34 +0200

Fix percy cli

Diffstat:
M.github/workflows/percy.yaml | 2+-
Mpackage.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml @@ -13,6 +13,6 @@ jobs: with: node-version: '18' - run: npm install - - run: npx percy storybook:start --port=6006 --static-dir=./public --verbose + - run: npm run percy env: PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} diff --git a/package.json b/package.json @@ -31,7 +31,7 @@ "build": "tsc && vite build", "serve": "vite preview", "storybook": "storybook dev -p 6006", - "start-storybook": "storybook dev -p 6006", + "percy": "storybook dev -p 6006 & percy storybook http://localhost:6006 --verbose", "build-storybook": "storybook build" }, "eslintConfig": {