Skip to content

Commit 2f8b0fc

Browse files
committed
build: update Makefile
1 parent 194f6da commit 2f8b0fc

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,14 @@ e ext:
5858
npm run ext
5959

6060
# Build and install only the CLI tools.
61-
cli:
61+
cli-install:
6262
npm run checks
63-
npm run cli
63+
npm run cli:install
6464

6565
# Build CLI tools for distribution.
6666
cli-build:
6767
rm -f $(CLI_BUILD_DIR)/*
68-
npx --yes pkg out/cli/diffIndexGenerateCommit.js \
69-
--targets node18-linux,node18-macos,node18-win \
70-
--output $(CLI_BUILD_DIR)/acm
68+
npm run cli:build
7169

7270

7371
### Deploy

0 commit comments

Comments
 (0)