UNPKG

@onboardbase/cli

Version:

[![Version](https://img.shields.io/npm/v/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![Downloads/week](https://img.shields.io/npm/dw/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![License](https://img

8 lines (7 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const hook = async function (options) { // console.log("Before Run Command"); // we need to create a js file that is executable in the /tmp directory to use for watching changes in the API }; exports.default = hook;