From 039b6276f6bfcb5549340b7b428e51e09bd94727 Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Sun, 29 Sep 2024 15:01:25 +0800 Subject: [PATCH] Create Makefile --- vscode/a-shares/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vscode/a-shares/Makefile diff --git a/vscode/a-shares/Makefile b/vscode/a-shares/Makefile new file mode 100644 index 0000000..1d58f39 --- /dev/null +++ b/vscode/a-shares/Makefile @@ -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 \ No newline at end of file