Skip to content

Commit

Permalink
chore(deps): specify config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanphamcybozu committed Mar 27, 2024
1 parent 2add44e commit 1f9bbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build:ts": "ncc build ./src/cli/main.ts -m",
"build:artifacts": "run-s build license:analyze license:extract compress",
"package": "pkg ./dist/index.js --compress Brotli -o bin/cli-kintone -t linux,macos,win",
"license:analyze": "license-manager analyze",
"license:extract": "license-manager extract",
"license:analyze": "license-manager analyze -c license-manager.config.js",
"license:extract": "license-manager extract -c license-manager.config.js",
"compress": "zx ./scripts/compress-to-zip-file.mjs",
"typecheck": "tsc --pretty --noEmit",
"test": "jest",
Expand Down

0 comments on commit 1f9bbc4

Please sign in to comment.