UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

12 lines (9 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.preProcessor = preProcessor; var _runPreProcess = require("../../shared/pre_process/runPreProcess"); function preProcessor(options) { (0, _runPreProcess.runPreProcess)(options, 'nodemon'); }