Skip to content

Commit

Permalink
Fixed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 19, 2022
1 parent 4421c57 commit ae8a2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"bundle-errors": "node -r esbuild-register src/bundleErrors.ts",
"lint": "tsc",
"test:e2e": "node ./out/test/runTest.js",
"publish:vsce": "npx @vscode/vsce publish --no-dependencies $(find . -iname *.vsix)",
"publish:vsce": "npx @vscode/vsce publish --no-dependencies -i $(find . -iname *.vsix)",
"publish:ovsx": "npx ovsx publish --no-dependencies $(find . -iname *.vsix)"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cache": false
},
"vscode:package": {
"dependsOn": ["lint", "vscode:build", "test"],
"dependsOn": ["vscode:build"],
"cache": false
},
"publish:vsce": {
Expand All @@ -30,7 +30,7 @@
"cache": false
},
"publish:ovsx": {
"dependsOn": ["vscode:package"],
"dependsOn": ["vscode:package", "publish:vsce"],
"outputs": [],
"cache": false
}
Expand Down

0 comments on commit ae8a2bf

Please sign in to comment.