Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Feb 2, 2024
1 parent 1b65f15 commit c3a21b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hash-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function run () {
const rootPathArg = process.argv[2]

if (!rootPathArg) {
console.error('Usage: hash-build <root-path>')
console.error('Usage: hash <root-path>')
process.exit(1)
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c3a21b6

Please sign in to comment.