Skip to content

Commit 89ee362

Browse files
authored
Merge branch 'master' into master
2 parents 6e96db8 + 57631e0 commit 89ee362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.23.0-alpha.0",
3+
"version": "0.23.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"dependencies": {
66
"assemblyscript": "0.19.10",

src/commands/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646

4747
let binary = new Binary(platform, url, version);
4848
await binary.install(force);
49-
binary.run(datasource);
49+
datasource ? binary.run(datasource) : binary.run();
5050
}
5151
}
5252

0 commit comments

Comments
 (0)