Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 238b499

Browse files
authored
Merge pull request #174 from ethereumjs/compatible-with-hoisting
Removing path traversal to run script
2 parents e6581d2 + e874bf9 commit 238b499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"docs:build": "typedoc --tsconfig tsconfig.prod.json",
2424
"lint": "ethereumjs-config-lint",
2525
"lint:fix": "ethereumjs-config-lint-fix",
26-
"tape": "ts-node node_modules/.bin/tape",
26+
"tape": "tape -r ts-node/register",
2727
"test": "npm run test:unit && npm run test:integration",
2828
"test:unit": "npm run tape -- 'test/!(integration)/**/*.ts'",
2929
"test:integration": "npm run tape -- 'test/integration/**/*.ts'",

0 commit comments

Comments
 (0)