We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce054 commit 3b4e5f5Copy full SHA for 3b4e5f5
package.json
@@ -3,7 +3,7 @@
3
"version": "2.6.0",
4
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
5
"scripts": {
6
- "test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && ../bin/embark test"
+ "test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test"
7
},
8
"bin": {
9
"embark": "./bin/embark"
test_app/package.json
@@ -12,7 +12,6 @@
12
"devDependencies": {},
13
"dependencies": {
14
"embark-babel": "^1.0.0",
15
- "embark-service": "./extensions/embark-service",
16
- "ethereumjs-testrpc": "^3.9.2"
+ "embark-service": "./extensions/embark-service"
17
}
18
0 commit comments