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

Commit e197081

Browse files
committed
Removing path traversal to run script
1 parent 5be9aa8 commit e197081

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)