Skip to content

Commit 1466525

Browse files
committed
build: bump deps
1 parent c3f0ab4 commit 1466525

File tree

3 files changed

+167
-130
lines changed

3 files changed

+167
-130
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
#
33
# sudo npm install -g @vscode/vsce
44

5-
all: clean install build
5+
all: clean deps build
66

7-
install: clean
7+
deps: clean
88
@npm install
9+
@npm update
910

1011
clean:
1112
@rm -rf node_modules/ *.vsix out/ package-lock.json meta.json

0 commit comments

Comments
 (0)