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