square / find-yarn-workspace-root

Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
Apache License 2.0
49 stars 8 forks source link

chore(release): don't run tests as part of release #9

Closed thetimothyp closed 6 years ago

thetimothyp commented 6 years ago

They already run beforehand, so there's no need to do it again. The default script is npm test, so we simply override it with an informational message.