d48a0b2d90
* Add helper tool for making sure build, lint, and test are run through Turborepo * Update node version for require-turbo |
||
---|---|---|
.. | ||
README.md | ||
index.js | ||
package.json |
README.md
Require Turbo
A simple helper tool for checking that a script is being run via Turborepo.
Usage
Add this package to your dev dependencies (via workspace:*
). Then, for any script that you want to ensure is executed via Turborepo, add the following to the start: node ./node_modules/require-turbo &&