We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43e865 commit 80e0ac0Copy full SHA for 80e0ac0
1 file changed
makefile Makefilemakefile renamed to Makefile
@@ -5,3 +5,7 @@ vsix:
5
LOCALSTACK_WEB_AUTH_REDIRECT=https://app.localstack.cloud/redirect?name=VSCode NODE_ENV=production ANALYTICS_API_URL=https://analytics.localstack.cloud/v1/events npx vsce package
6
@hash=$$(git rev-parse --short HEAD); \
7
mv localstack-1.0.0.vsix localstack-1.0.0-$$hash.vsix
8
+
9
+publish:
10
+ @echo "Publishing VS Code extension..."
11
+ LOCALSTACK_WEB_AUTH_REDIRECT=https://app.localstack.cloud/redirect?name=VSCode NODE_ENV=production ANALYTICS_API_URL=https://analytics.localstack.cloud/v1/events npx vsce publish
0 commit comments