mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
Include 404.html in build
This commit is contained in:
parent
1a431c9d8a
commit
69060820f8
@ -5,12 +5,12 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "npm i && vite",
|
||||
"build": "npm i && vite build",
|
||||
"build": "npm i && vite build && cp dist/index.html dist/404.html",
|
||||
"build:dev": "npm i && vite build --mode development",
|
||||
"ci": "npm i && tsc --noEmit && vite build",
|
||||
"lint": "npm i && eslint .",
|
||||
"preview": "npm i && vite preview",
|
||||
"deploy": "npm i && vite build && npx -y surge@latest dist"
|
||||
"deploy": "npm run build && npx -y surge@latest dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user