We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this is related to the changes @seanspeaks just made in this repo.
This is the command we want:
"scripts": { "start": "concurrently \"cd template/backend && npm run backend-start\" \"cd template/frontend && npm run frontend-start\"", "test": "npm test -workspaces" }
But when I run create-frigg-app, the frigg app that gets created does not have this.
create-frigg-app
Instead, it has:
"scripts": { "start": "concurrently \"cd backend && npm start\" \"cd frontend && npm start\"", "test": "npm test -workspaces" },
https://github.com/friggframework/create-frigg-app/tree/prevent-duplicate-users
➜ prevent-duplicate-users-test1 git:(master) ✗ ../create-frigg-app/packages/create-frigg-app/index.js prevent-duplicate-users-test2 --template file:../create-frigg-app/packages/cfa-template/
The text was updated successfully, but these errors were encountered:
seanspeaks
No branches or pull requests
Overview
I think this is related to the changes @seanspeaks just made in this repo.
This is the command we want:
Problem
But when I run
create-frigg-app
, the frigg app that gets created does not have this.Instead, it has:
My branch to try this out for yourself
https://github.com/friggframework/create-frigg-app/tree/prevent-duplicate-users
How I am running
create-frigg-app
➜ prevent-duplicate-users-test1 git:(master) ✗ ../create-frigg-app/packages/create-frigg-app/index.js prevent-duplicate-users-test2 --template file:../create-frigg-app/packages/cfa-template/
The text was updated successfully, but these errors were encountered: