Skip to content

Commit 85a9296

Browse files
committed
fix: use parent tsc in ts-use
1 parent 872d121 commit 85a9296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ts-use/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"multiformats": "file:../../"
66
},
77
"scripts": {
8-
"test": "npm install && npm_config_yes=true npx -p typescript tsc --noEmit"
8+
"test": "npm install && ../../node_modules/.bin/tsc --noEmit"
99
},
1010
"eslintConfig": {
1111
"extends": "ipfs",

0 commit comments

Comments
 (0)