We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f6da commit 2f8b0fcCopy full SHA for 2f8b0fc
1 file changed
Makefile
@@ -58,16 +58,14 @@ e ext:
58
npm run ext
59
60
# Build and install only the CLI tools.
61
-cli:
+cli-install:
62
npm run checks
63
- npm run cli
+ npm run cli:install
64
65
# Build CLI tools for distribution.
66
cli-build:
67
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
+ npm run cli:build
71
72
73
### Deploy
0 commit comments