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
Makefile: docker compose exec storefront pnpm run gql (https://github.com/shopsys/shopsys/blob/17.0/Makefile#L7)
docker compose exec storefront pnpm run gql
project-base.Makefile: docker compose exec storefront npm run gql (https://github.com/shopsys/shopsys/blob/17.0/project-base/Makefile#L7)
docker compose exec storefront npm run gql
Is difference between using pnpm and npm correct?
Makefiles should be generated files from one "parametrized" source, because of existing not-wanted differences (pnpm vs. npm) and wrong paths (#3725)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pnpm vs. npm
Makefile:
docker compose exec storefront pnpm run gql
(https://github.com/shopsys/shopsys/blob/17.0/Makefile#L7)project-base.Makefile:
docker compose exec storefront npm run gql
(https://github.com/shopsys/shopsys/blob/17.0/project-base/Makefile#L7)Is difference between using pnpm and npm correct?
All Makefiles should be generated from one source
Makefiles should be generated files from one "parametrized" source, because of existing not-wanted differences (pnpm vs. npm) and wrong paths (#3725)
The text was updated successfully, but these errors were encountered: