Skip to content

Commit 07e1c82

Browse files
make it wipe existing dependencies
1 parent eb7981e commit 07e1c82

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cp /home/runner/work/App/App/deps/libLCE/em-build/*.js /home/runner/work/App/App/src/wasm
5757
5858
- name: Install dependencies
59-
run: npm i
59+
run: npm ci
6060

6161
- name: Build
6262
run: npm run build

vite.config.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { defineConfig } from 'vite'
22
import { svelte } from '@sveltejs/vite-plugin-svelte'
33
import { VitePWA } from 'vite-plugin-pwa'
4-
import legacy from '@vitejs/plugin-legacy';
5-
import babel from 'vite-plugin-babel';
64

75
export default defineConfig({
86
base: '/App',

0 commit comments

Comments
 (0)