diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c2a60d..582c1ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,12 +20,12 @@ jobs: run: npm ci - name: Build vite project - run: npm run build:slim - # run: npm run build + # run: npm run build:slim + run: npm run build # Delete unwanted files from the dist folder - # - name: Delete unwanted files - # run: rm dist/public/mockServiceWorker.js + - name: Delete unwanted files + run: rm dist/mockServiceWorker.js # Print contents of the dist folder to verify deletion - name: List dist folder files