From 92c2ba7ea00c47145dcb6cd3ecee90c9fcdcd6d0 Mon Sep 17 00:00:00 2001 From: equiman Date: Tue, 18 Oct 2022 20:13:07 -0500 Subject: [PATCH] update CI auto publish --- .gitignore | 4 ++-- build/extension.js | 0 package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 build/extension.js diff --git a/.gitignore b/.gitignore index aebf828..5577439 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -build -out +!.build +!.build/extensions.js node_modules .vscode-test/ *.vsix diff --git a/build/extension.js b/build/extension.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 2cacab5..024074c 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "categories": [ "Snippets" ], - "main": "./out/extension.js", - "browser": "./out/extension.js", + "main": "./build/extension.js", + "browser": "./build/extension.js", "extensionKind": [ "ui", "workspace"