Skip to content

Commit

Permalink
#87: Try to fix apollographql.vscode-apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann authored Jul 27, 2020
1 parent 1542b6e commit 05d6098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"version": "1.16.6",
"checkout": "vscode-apollo@1.16.6",
"location": "packages/vscode-apollo",
"prepublish": "npx lerna bootstrap --hoist"
"prepublish": "npm --prefix ../.. install && npm run _internal:prepare-extension"
},
{
"id": "appulate.filewatcher",
Expand Down Expand Up @@ -824,4 +824,4 @@
"version": "0.4.2"
}
]
}
}

0 comments on commit 05d6098

Please sign in to comment.