9 lines
313 B
Markdown
9 lines
313 B
Markdown
# 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 && `
|