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

Add a studio script to new app template's package.json #562

Closed
flybayer opened this issue May 27, 2020 · 0 comments · Fixed by #568
Closed

Add a studio script to new app template's package.json #562

flybayer opened this issue May 27, 2020 · 0 comments · Fixed by #568
Assignees
Labels
Projects

Comments

@flybayer
Copy link
Member

What do you want and why?

Running prisma studio as an npm script is common for folks, so we should add it by default.

Add the below code here: https://github.com/blitz-js/blitz/blob/canary/packages/generator/templates/app/package.json#L7

  "studio": "blitz db studio"
@flybayer flybayer added kind/feature-change New feature or request status/ready-to-work-on This issue is up for grabs good first issue Good for newcomers scope/generator labels May 27, 2020
@blitzjs-bot blitzjs-bot bot added this to Ready to Work On in Dashboard May 27, 2020
@blitzjs-bot blitzjs-bot bot removed the status/ready-to-work-on This issue is up for grabs label May 27, 2020
@blitzjs-bot blitzjs-bot bot moved this from Ready to Work On to In Progress in Dashboard May 27, 2020
Dashboard automation moved this from In Progress to Done May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants