fix build client

This commit is contained in:
mbecker20
2024-05-05 23:20:45 -07:00
parent d78fc2b282
commit a70afcc461

View File

@@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build-client": "cd ../client/ts && yarn && yarn build && yarn link"
"build-client": "cd ../client/core/ts && yarn && yarn build && yarn link"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.0.4",