diff --git a/.github/workflows/deployToGitHubPage.yml b/.github/workflows/deployToGitHubPage.yml index 1bd1a94..f21dca7 100644 --- a/.github/workflows/deployToGitHubPage.yml +++ b/.github/workflows/deployToGitHubPage.yml @@ -35,7 +35,7 @@ jobs: node-version: 20 cache: 'npm' - name: Install dependencies - run: npm install --omit=optional + run: npm install - name: Set Vite base # Get repository name run: echo "VITE_BASE=/${GITHUB_REPOSITORY#*/}/" >> "${GITHUB_ENV}"