Skip to content

Commit be1aec0

Browse files
committed
build: update Makefile
1 parent 0ea93bd commit be1aec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hooks:
1414
cd .git/hooks && ln -s -f ../../hooks/pre-push pre-push
1515

1616
install:
17-
npm install
17+
npm ci
1818

1919
outdated:
2020
npm outdated
@@ -51,6 +51,7 @@ q test-quick:
5151
.PHONY: build
5252
build:
5353
npm run build
54+
5455
# Build then install in VS Code.
5556
e ext:
5657
npm run checks

0 commit comments

Comments
 (0)