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
For running the default tests you can have a command in the package.ini which can be run with
npm test
Other scripts that are often done should be just simple bash scripts under the directory "scripts" (probably the default test should too).
This removes complexity, making it easier to read and understand the project. We don't win anything by having a Makefile.
PS. Also the docker.mk which is sourced by the Makefile can then be removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For running the default tests you can have a command in the package.ini which can be run with
Other scripts that are often done should be just simple bash scripts under the directory "scripts" (probably the default test should too).
This removes complexity, making it easier to read and understand the project. We don't win anything by having a Makefile.
PS. Also the docker.mk which is sourced by the Makefile can then be removed.
The text was updated successfully, but these errors were encountered: