improve onpull

This commit is contained in:
mbecker20
2024-05-05 23:17:27 -07:00
parent 249610afce
commit d78fc2b282
2 changed files with 2 additions and 2 deletions

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",
"regen-client": "cd ../client/ts && yarn build"
"build-client": "cd ../client/ts && yarn && yarn build && yarn link"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.0.4",