Skip to content

Commit 92c2ba7

Browse files
committed
update CI auto publish
1 parent 8ae4722 commit 92c2ba7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
build
2-
out
1+
!.build
2+
!.build/extensions.js
33
node_modules
44
.vscode-test/
55
*.vsix

build/extension.js

Whitespace-only changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"categories": [
2929
"Snippets"
3030
],
31-
"main": "./out/extension.js",
32-
"browser": "./out/extension.js",
31+
"main": "./build/extension.js",
32+
"browser": "./build/extension.js",
3333
"extensionKind": [
3434
"ui",
3535
"workspace"

0 commit comments

Comments
 (0)