mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
Fix ci script type checking
This commit is contained in:
parent
601b3ce370
commit
70eceef6ae
@ -7,7 +7,7 @@
|
||||
"dev": "npm i && vite",
|
||||
"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",
|
||||
"ci": "npm i && tsc -p tsconfig.app.json --noEmit && vite build",
|
||||
"lint": "npm i && eslint .",
|
||||
"preview": "npm i && vite preview",
|
||||
"deploy": "npm run build && npx -y surge@latest dist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user