From 7944838efb6dc0b93910196b3a643205030b30b3 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Tue, 19 Jul 2022 16:07:29 -0300 Subject: [PATCH] Fix packaging --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ece3fa0..6285f64 100644 --- a/package.json +++ b/package.json @@ -82,8 +82,8 @@ }, "scripts": { "compile": "tsc -p ./", - "package": "vsce package --yarn --githubBranch main", - "publish": "vsce publish --yarn --githubBranch main", + "package": "vsce package --no-yarn --githubBranch main", + "publish": "vsce publish --no-yarn --githubBranch main", "test": "node ./out/test/runTest.js", "vscode:prepublish": "yarn compile", "watch": "tsc --watch -p ./"