File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/command-helpers/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " messari-subgraph-cli" ,
3
- "version" : " 0.1.48 " ,
3
+ "version" : " 0.1.49 " ,
4
4
"description" : " A CLI for Messari Subgraph development." ,
5
5
"types" : " build/types/types.d.ts" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ export class ScriptGenerator {
287
287
if ( this . token ) {
288
288
deploymentScript = `graph deploy --auth=${ this . token } --product subgraph-studio ${ location } --versionLabel ${ version } `
289
289
} else {
290
- deploymentScript = `graph deploy --product subgraph-studio ${ location } --versionLabel ${ version } `
290
+ deploymentScript = `graph deploy --product subgraph-studio ${ location } --version-label ${ version } `
291
291
}
292
292
break
293
293
case 'hosted-service' :
You can’t perform that action at this time.
0 commit comments