This commit is contained in:
parent
e20ebf7bc7
commit
c23692c077
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user