woocommerce/tools/require-turbo
Paul Sealock 7fad8728ce
Package Release: Add release script (#33743)
2022-07-08 08:47:13 +12: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 Package Release: Add release script (#33743) 2022-07-08 08:47:13 +12: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 &&