Skip to content

Commit 80e0ac0

Browse files
committed
Add make publish command
1 parent d43e865 commit 80e0ac0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

makefile renamed to Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ vsix:
55
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
66
@hash=$$(git rev-parse --short HEAD); \
77
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

Comments
 (0)