cloudfour / guides

Conventions, processes and notes about how we do things
24 stars 1 forks source link

Add package.json script names from slack discussion #69

Closed calebeby closed 3 years ago

calebeby commented 3 years ago

Slack discussion: https://cloudfour.slack.com/archives/C03ECJ38E/p1611616301002900

I made a new file: package-json-script-names.md, but I don't know where it belongs. The npm folder has a README but it is about publishing to npm. Open to suggestions

gerardo-rodriguez commented 3 years ago

Maybe I'm missing part of the conversation but is there a reason why the contents of the extra file can't be embedded directly in the testing/README.md file? Seems a bit redundant and more work to maintain in the long run. I am open to enlightenment. ¯\_(ツ)_/¯

I don't know?

calebeby commented 3 years ago

@gerardo-rodriguez I am slightly reluctant to because many of the script names are not really testing-related (i.e. linting, typechecking). But the argument could be made that those are sorta like tests

🤷 I do not have a strong opinion on this