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 1a717fa36bd83e56c38f4863abb0b30be866c5b3
parent 49a87f1d244dd0930727d4c92370cedc72f62002
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  7 May 2023 21:45:41 +0200

Fix build

Diffstat:
M.github/workflows/deploy.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -16,11 +16,12 @@ jobs: persist-credentials: false - name: Install and Build 🔧 run: | # Install npm packages and build the Storybook files + export NODE_OPTIONS="--max_old_space_size=4096" npm install npx browserslist@latest --update-db patch node_modules/@matrix-org/matrix-sdk-crypto-js/pkg/matrix_sdk_crypto_js.js < .github/crypto-dep.patch npm run build -- --base /cetirizine/ - NODE_OPTIONS='--max-old-space-size=2048' npm run build-storybook -- --disable-telemetry -o dist/storybook + npm run build-storybook -- --disable-telemetry -o dist/storybook cp dist/index.html dist/404.html - name: Deploy 🚀