From b97671ed732f6fe967292dddb9c2d2db29a33456 Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Sat, 16 Dec 2023 15:11:31 -0800 Subject: [PATCH] Update prepublishOnly job to remove dead subcommand --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 471d750..6d268a6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", "bench": "node bench/bench.js", - "prepublishOnly": "npm-run-all --serial lint docs:lint test build docs:build bench" + "prepublishOnly": "npm-run-all --serial lint test build docs:build bench" }, "files": [ "dist"