mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
chore: clean up project configuration and dependencies
- Removed unused Turborepo configuration files and updated the .gitignore to exclude unnecessary directories. - Simplified package.json scripts by removing redundant entries related to Turborepo. - Updated dependencies in pnpm-lock.yaml and package.json for various packages, ensuring compatibility and improved performance. - Enhanced pnpm workspace configuration by removing obsolete entries and ensuring consistency across applications. - Added new lint log files for server and web applications to track linting processes.
This commit is contained in:
18
package.json
18
package.json
@@ -5,23 +5,9 @@
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.6.0",
|
||||
"scripts": {
|
||||
"prepare": "git config core.hooksPath .husky && husky",
|
||||
"postinstall": "cd apps/server && npx prisma generate",
|
||||
"dev": "turbo run dev --ui=tui",
|
||||
"dev:web": "turbo run dev --filter=palmr-web --ui=tui",
|
||||
"dev:server": "turbo run dev --filter=palmr-api --ui=tui",
|
||||
"dev:docs": "turbo run dev --filter=palmr-docs --ui=tui",
|
||||
"dev:fullstack": "turbo run dev --filter=palmr-web --filter=palmr-api --ui=tui",
|
||||
"build": "turbo run build",
|
||||
"lint": "turbo run lint",
|
||||
"lint:fix": "turbo run lint:fix",
|
||||
"format": "turbo run format",
|
||||
"format:check": "turbo run format:check",
|
||||
"type-check": "turbo run type-check",
|
||||
"validate": "turbo run validate"
|
||||
"prepare": "git config core.hooksPath .husky && husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.7",
|
||||
"turbo": "^2.5.4"
|
||||
"husky": "^9.1.7"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user