Skip to content

Commit

Permalink
Create Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed Sep 29, 2024
1 parent 013baa4 commit 039b627
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vscode/a-shares/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
NAME := haiuser
install:
npm install -g vsce
npm install -g mocha
npm install -g typescript
npm install -g yo generator-code
yo code
watch:
npm run watch
package:
vsce package
publish:
vsce publish
login:
vsce login a-shares

0 comments on commit 039b627

Please sign in to comment.