Skip to content

Commit

Permalink
Publish v1.39.1-prel
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Dec 17, 2019
1 parent 4f26a14 commit 89ddd51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"prepare": "yarn build:extensions && yarn bundle:extensions && yarn build && yarn package-vsix:next",
"prepare": "yarn build:extensions && yarn bundle:extensions && yarn build && yarn package-vsix:latest",
"build": "lerna run prepare",
"build:extensions": "yarn --cwd vscode && yarn compile:extensions",
"compile:extensions": "NODE_OPTIONS=--max-old-space-size=8192 node ./src/compile.js",
Expand Down
2 changes: 1 addition & 1 deletion src/package-vsix.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const repository = {
};

// bump to publish
let version = '0.2.1';
let version = '1.39.1-prel';

(async () => {

Expand Down
2 changes: 1 addition & 1 deletion vscode
Submodule vscode updated 1813 files

0 comments on commit 89ddd51

Please sign in to comment.