Skip to content

Commit

Permalink
make file: add make package
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 24, 2025
1 parent 1f0e152 commit b5505f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ minor-release: check-main-branch
@git push origin $(TARGET_BRANCH) --tags
@echo "Minor release completed and pushed."

install:
npm install

dev:
npm run compile-watch

Expand All @@ -43,8 +46,8 @@ pretty:
test:
npm run test

install:
npm install
package:
npm run vscode:package

# Default help command
help:
Expand All @@ -55,4 +58,5 @@ help:
@echo " make dev # Start development server"
@echo " make pretty # Prettify the typescript"
@echo " make test # Run jest tests"
@echo " make package # Package the extension into *.vsix"

0 comments on commit b5505f5

Please sign in to comment.