Skip to content

Commit b9ee4c5

Browse files
committed
build: update Makefile
1 parent 06f745d commit b9ee4c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 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
@@ -57,6 +57,12 @@ e ext:
5757
npm run checks
5858
npm run ext
5959

60+
# Build and install the CLI tools only.
61+
cli:
62+
npm run checks
63+
npm run cli:install
64+
65+
6066
### Deploy
6167

6268
login:

0 commit comments

Comments
 (0)