chore: build script

This commit is contained in:
Kieran 2023-11-29 16:19:58 +00:00
parent 2f0e0e5c45
commit 104937057b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "yarn build && yarn dlx wrangler pages deploy dist/"
},
"dependencies": {
"react": "^18.2.0",