You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running yarn run I see different commands, some with <package>: prefix and some without. Also, some subgraph specific commands seem to follow the pattern node-<command>.
I suggest to come up with a unified naming convention for these top-level commands:
<package>:<command>
Exceptions are commands that span across multiple packages or are reserved words:
Reserved words: precommit, postinstall, etc.
Multi package: test (should also run subgraph and nextjs tests if there are any), dev (should spin up a local dev environment, e.g. running hardhat:chain, hardhat:deploy, nextjs:dev sequentially), etc.
Thoughts, objections?
Maybe it makes sense to have a third category of exceptions which would be "getting started or happy path commands"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When running
yarn run
I see different commands, some with<package>:
prefix and some without. Also, some subgraph specific commands seem to follow the patternnode-<command>
.I suggest to come up with a unified naming convention for these top-level commands:
Exceptions are commands that span across multiple packages or are reserved words:
precommit
,postinstall
, etc.test
(should also run subgraph and nextjs tests if there are any),dev
(should spin up a local dev environment, e.g. runninghardhat:chain
,hardhat:deploy
,nextjs:dev
sequentially), etc.Thoughts, objections?
Maybe it makes sense to have a third category of exceptions which would be "getting started or happy path commands"
Beta Was this translation helpful? Give feedback.
All reactions