From 3dd5256de1512435a2893de19440c6b529ac5b32 Mon Sep 17 00:00:00 2001 From: Noortheen Raja Date: Fri, 24 Jan 2025 16:51:58 +0530 Subject: [PATCH] chore: update tasks --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index deba761..0bd5386 100644 --- a/package.json +++ b/package.json @@ -147,8 +147,8 @@ "clean": "rm -rd dist", "prepackage": "rm -f *.vsix", "package": "bun run build && bun run vsce package --no-dependencies", - "publish:ovsx": "bunx ovsx publish *.vsix --pat '$OVS_PAT'", - "publish:vsce": "bunx vsce publish", + "publish:ovsx": "ovsx publish *.vsix --pat '$OVS_PAT'", + "publish:vsce": "vsce publish", "publish": "bun run package && bun run publish:vsce && bun run publish:ovsx", "pretest": "bun run build && vscode-tmgrammar-snap 'syntaxes/tests/*.nix'", "test": "vscode-test", @@ -160,4 +160,4 @@ "vscode-variables": "^1.0.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} +} \ No newline at end of file