add script to regen client

This commit is contained in:
karamvir
2023-08-02 23:55:44 -07:00
parent 2d48073262
commit ed93efd1bd

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"regen-client": "cd ../client/ts && yarn build"
},
"dependencies": {
"@monitor/client": "link:../client/ts",