chore: build preview script

This commit is contained in:
karishmas6
2024-10-29 23:41:26 +05:30
parent 0f69f21b92
commit c095c543bb

View File

@@ -76,7 +76,7 @@
"server": "./node_modules/.bin/nodemon server/src/server.ts",
"client": "vite",
"build": "vite build",
"test": "vite preview",
"preview": "vite preview",
"lint": "./node_modules/.bin/eslint ."
},
"eslintConfig": {