commit 1d5c14f94ac42561ada0dddb473ebf2396f54a43
parent 3e81f3bd0fce4a70fd9f6958b664c75f906d7361
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Jan 2023 21:17:45 +0100
Fix small CI issue
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
@@ -48,6 +48,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
run: |
npm ci
+ rm -r node_modules/react-plock/node_modules
npx tsc && npx vite build --base /pr-${{ github.event.pull_request.number }}/
- name: Deploy to gh-pages
if: ${{ github.ref != 'refs/heads/main' }}
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm ci
+ rm -r node_modules/react-plock/node_modules
npm run build
- name: Deploy 🚀