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 f9c7bbb6de9ccb5d94ab47ae87bb73ff6155b808
parent ed0f820ce03506f1e26b87045d80be4a42f7f3c4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 15 May 2023 21:05:04 +0200

nom nom nom

Diffstat:
M.github/workflows/storybook-tests.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Install Playwright run: npx playwright install --with-deps - name: Build Storybook - run: nom run build-storybook --quiet + run: npm run build-storybook --quiet - name: Serve Storybook and run tests run: | npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \