Skip to content
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

"pal create" for npm generates scripts that use yarn #262

Open
Atlinx opened this issue May 20, 2022 · 0 comments
Open

"pal create" for npm generates scripts that use yarn #262

Atlinx opened this issue May 20, 2022 · 0 comments

Comments

@Atlinx
Copy link

Atlinx commented May 20, 2022

If you run pal create and specify the project as using npm, it will create run package.json scripts that use yarn.

  "scripts": {
    "generate": "pal g && yarn generate:prisma && yarn generate:nexus && yarn codegen",
    "generate:prisma": "prisma generate",
    "generate:nexus": "yarn ts-node --transpile-only src/server/nexusSchema",
  }
@Atlinx Atlinx changed the title "pal create" with npm generates scripts that use yarn "pal create" for a project using npm generates scripts that use yarn May 20, 2022
@Atlinx Atlinx changed the title "pal create" for a project using npm generates scripts that use yarn "pal create" for npm generates scripts that use yarn May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant