Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions extensions/helix/package.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
extensionKind: ["ui", "workspace"],

scripts: {
"package": "vsce package --allow-star-activation",
"publish": "vsce publish --allow-star-activation",
"package:pre": `vsce package --allow-star-activation --pre-release --no-git-tag-version --no-update-package-json ${preReleaseVersion}`,
"publish:pre": `vsce publish --allow-star-activation --pre-release --no-git-tag-version --no-update-package-json ${preReleaseVersion}`,
"package": "vsce package --allow-star-activation --follow-symlinks",
"publish": "vsce publish --allow-star-activation --follow-symlinks",
"package:pre": `vsce package --allow-star-activation --pre-release --no-git-tag-version --no-update-package-json --follow-symlinks ${preReleaseVersion}`,
"publish:pre": `vsce publish --allow-star-activation --pre-release --no-git-tag-version --no-update-package-json --follow-symlinks ${preReleaseVersion}`,
},

contributes: {
Expand Down
8 changes: 4 additions & 4 deletions extensions/helix/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vscode/test-electron": "^2.1.3",
"@vscode/vsce": "^3.2.2",
"chokidar": "^3.5.3",
"dependency-cruiser": "^11.7.0",
"esbuild": "^0.18.4",
Expand All @@ -154,7 +155,6 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
"ts-node": "^10.8.1",
"typescript": "^4.8.4",
"unexpected": "^13.0.0",
"vsce": "^2.7.0",
"web-tree-sitter": "^0.20.8",
"yaml": "^2.1.1",
},
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading