Updates
This commit is contained in:
parent
2c800d507e
commit
171b4cf08a
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@ -1 +1,2 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
export {};
|
export {};
|
||||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
"use strict";
|
"use strict";
|
||||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||||
|
2
index.ts
2
index.ts
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { spawn, ChildProcess, execSync } from "child_process";
|
import { spawn, ChildProcess, execSync } from "child_process";
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/batchrun",
|
"name": "@moduletrace/batchrun",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "Run and manage multiple processes concurrently in one terminal",
|
"description": "Run and manage multiple processes concurrently in one terminal",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"batch-run": "run.sh",
|
"batch-run": "dist/index.js",
|
||||||
"batchrun": "run.sh"
|
"batchrun": "dist/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:binary": "bun build --compile --minify --sourcemap --bytecode ./index.js --outfile bin/batchrun"
|
"build:binary": "bun build --compile --minify --sourcemap --bytecode ./index.js --outfile bin/batchrun"
|
||||||
|
Loading…
Reference in New Issue
Block a user