woocommerce/tools/require-turbo
jonathansadowski d48a0b2d90
Add helper tool for making sure build, lint, and test are run through Turborepo (#33573)
* Add helper tool for making sure build, lint, and test are run through Turborepo

* Update node version for require-turbo
2022-06-28 13:17:05 -05:00
..
README.md Add helper tool for making sure build, lint, and test are run through Turborepo (#33573) 2022-06-28 13:17:05 -05:00
index.js Add helper tool for making sure build, lint, and test are run through Turborepo (#33573) 2022-06-28 13:17:05 -05:00
package.json Add helper tool for making sure build, lint, and test are run through Turborepo (#33573) 2022-06-28 13:17:05 -05:00

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 &&