Skip to content

Commit e3748f1

Browse files
committed
change test script
1 parent f22bd6a commit e3748f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build:release": "cd build && npm ci && npm run build:release",
5050
"lint": "prettier --check 'index.ts' 'test/*.test.ts'",
5151
"format": "prettier --write 'index.ts' 'test/*.test.ts'",
52-
"test": "cd test && tsc && node hdkey.test.js"
52+
"test": "node test/index.js"
5353
},
5454
"keywords": [
5555
"bip32",

0 commit comments

Comments
 (0)