Skip to content

Commit

Permalink
change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 14, 2025
1 parent f22bd6a commit e3748f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build:release": "cd build && npm ci && npm run build:release",
"lint": "prettier --check 'index.ts' 'test/*.test.ts'",
"format": "prettier --write 'index.ts' 'test/*.test.ts'",
"test": "cd test && tsc && node hdkey.test.js"
"test": "node test/index.js"
},
"keywords": [
"bip32",
Expand Down

0 comments on commit e3748f1

Please sign in to comment.