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
README: https://github.com/TracerBench/tracerbench-compare-action#local-usage-and-usage-with-other-ci-systems
says to
yarn add @tracerbench/tracerbench-compare-action
but the package is not published on npm.
additionally, you'll want to remove node_modules before publishing. 😅 also also, assumptions can't be made about how node_modules is structured: https://github.com/TracerBench/tracerbench-compare-action/blob/master/src/analyze.mjs#L12
node_modules
should invoke the tracerbench bin directly via execa or execaCommand
tracerbench
The text was updated successfully, but these errors were encountered:
No branches or pull requests
README: https://github.com/TracerBench/tracerbench-compare-action#local-usage-and-usage-with-other-ci-systems
says to
but the package is not published on npm.
additionally, you'll want to remove
node_modules
before publishing. 😅also also, assumptions can't be made about how
node_modules
is structured: https://github.com/TracerBench/tracerbench-compare-action/blob/master/src/analyze.mjs#L12should invoke the
tracerbench
bin directly via execa or execaCommandThe text was updated successfully, but these errors were encountered: