Skip to content

Commit 61fbd4c

Browse files
Run testrpc/run.js explicitly with node
Summary: Apparently the shebang is not that portable Reviewers: barath Reviewed By: barath Differential Revision: https://phabricator.bitgo.com/D7213
1 parent a76cc11 commit 61fbd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "test"
1010
},
1111
"scripts": {
12-
"truffle-testrpc": "./testrpc/run.js",
12+
"truffle-testrpc": "node ./testrpc/run.js",
1313
"mocha-test": "./node_modules/mocha/bin/mocha mocha-test",
1414
"truffle-test": "./node_modules/truffle/build/cli.bundled.js test"
1515
},

0 commit comments

Comments
 (0)