This commit is contained in:
		@@ -8,7 +8,7 @@ jobs:
 | 
			
		||||
    container:
 | 
			
		||||
      node:current-alpine
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: apk add git tar cmake make g++
 | 
			
		||||
      - run: apk add git tar cmake make g++ linux-headers
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - run: npm ci
 | 
			
		||||
        working-directory: frontend
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "vite",
 | 
			
		||||
    "build": "vite build -d",
 | 
			
		||||
    "build": "vite build",
 | 
			
		||||
    "preview": "vite preview",
 | 
			
		||||
    "check": "svelte-check --tsconfig ./tsconfig.json"
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user