Skip to content

Commit 141b440

Browse files
authored
Fix build by removing yarn.lock and removing node_modules from the .vscodeignore (#11)
1 parent c8211f1 commit 141b440

File tree

3 files changed

+2
-2871
lines changed

3 files changed

+2
-2871
lines changed

.vscodeignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules
21
src/check-watch-panel/node_modules

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "SpiceDB VSCode",
44
"description": "VSCode Extension for working with SpiceDB",
55
"publisher": "authzed",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"icon": "icons/authzed-icon-multi-128x128.png",
88
"repository": {
99
"type": "git",
@@ -99,7 +99,7 @@
9999
"lint": "eslint --ext .js,.ts && prettier -c .",
100100
"lint:fix": "eslint --fix --ext .js,.ts && prettier -w .",
101101
"test": "vscode-test",
102-
"deploy": "vsce publish"
102+
"deploy": "vsce publish --no-yarn"
103103
},
104104
"devDependencies": {
105105
"@trivago/prettier-plugin-sort-imports": "^4.3.0",

0 commit comments

Comments
 (0)