Compare commits
3 Commits
2a87228654
...
7cb8402b39
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cb8402b39 | |||
| 16b9b1343b | |||
| 743ca7ad2d |
@ -142,7 +142,7 @@
|
|||||||
{
|
{
|
||||||
name = "check";
|
name = "check";
|
||||||
help = "Continuously monitor for SvelteKit issues";
|
help = "Continuously monitor for SvelteKit issues";
|
||||||
command = "svelte-check --watch";
|
command = "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -6,6 +6,9 @@ COPY package*.json ./
|
|||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
|
# Sharp requires extra shit
|
||||||
|
RUN npm install --include=optional sharp
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
@ -35,7 +35,5 @@
|
|||||||
"typescript": "^5.7.3",
|
"typescript": "^5.7.3",
|
||||||
"uuid": "^11.0.5",
|
"uuid": "^11.0.5",
|
||||||
"vite": "^6.0.11"
|
"vite": "^6.0.11"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user