Commit c37065f 1 parent 4ba1a2c commit c37065f Copy full SHA for c37065f
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"clean" : " rimraf ./dist ./tsconfig.tsbuildinfo" ,
14
14
"watch" : " tsc --watch" ,
15
15
"test" : " npm run test:node && npm run test:browser" ,
16
- "test:node" : " TS_NODE_FILES=true mocha --exit" ,
17
- "test:browser" : " polendina --timeout 3000 --cleanup src/**/*.spec.ts --webpack-config ./webpack.test.js" ,
16
+ "test:node" : " npm run powergate-docker && TS_NODE_FILES=true mocha --exit" ,
17
+ "test:browser" : " npm run powergate-docker && polendina --timeout 3000 --cleanup src/**/*.spec.ts --webpack-config ./webpack.test.js" ,
18
18
"lint" : " eslint --fix --ext .js,.ts src/**/*" ,
19
19
"docs" : " typedoc" ,
20
20
"localnet:up" : " cd powergate-docker && make localnet" ,
68
68
"@improbable-eng/grpc-web-node-http-transport" : " ^0.12.0" ,
69
69
"@textile/grpc-powergate-client" : " 0.0.1-beta.13"
70
70
}
71
- }
71
+ }
You can’t perform that action at this time.
0 commit comments