From c3a21b69c2b3241a1f9a74089e883e7767dfad2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Fri, 2 Feb 2024 23:03:34 +0100 Subject: [PATCH] update script --- lib/hash-build.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hash-build.js b/lib/hash-build.js index 9de070e..89d25c1 100644 --- a/lib/hash-build.js +++ b/lib/hash-build.js @@ -9,7 +9,7 @@ async function run () { const rootPathArg = process.argv[2] if (!rootPathArg) { - console.error('Usage: hash-build ') + console.error('Usage: hash ') process.exit(1) } diff --git a/package.json b/package.json index baf11ac..abdb897 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "tap", - "hash:build": "node lib/hash-build.js", + "hash": "node lib/hash-build.js", "example": "node example/server.js" }, "repository": {