-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: convert to monorepo #18
Conversation
.github/CODE_OF_CONDUCT.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿Por qué se ha borrado?
package.json
Outdated
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
"lint:fix": "npm run lint -- --fix", | ||
"preview": "vite preview", | ||
"dev": "pnpm --recursive dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preferiría usar pnpm run -r dev
(o el que aplique) puesto que es más explícito y puede evitar futuras colisiones con PNPM
package.json
Outdated
"type": "module", | ||
"version": "0.0.0", | ||
"private": true, | ||
"version": "1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "1.0.0", | |
"version": "1.0.0", | |
"private": true, | |
"packageManager": "[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versión 1.0.0
?? esta verde esto aun no?
Lo que es la carpeta |
🧵 Descripción
Creo que he arraglao' esto del monorepo
🎨 Tipo del cambio
Por favor selecciona las opciones que apliquen en tu PR.
🧪 ¿Cómo puede ser testeado?
🧩 Otra información