aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCashew <52880648+Scrub1492@users.noreply.github.com>2023-12-29 10:26:33 +0700
committerGitHub <noreply@github.com>2023-12-29 03:26:33 +0000
commit39eeed805044388591bdb45a790414495a7bf321 (patch)
tree557f99043102aba83f323610097f668f2c48814c /package.json
parent1e254fd1d4423b984e176547ef36a14383bbd7f5 (diff)
remove getArgs in favor of node:util.parseArgs (#476)
* remove getArgs * kebab-case to camelCase * update app/deployment
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b9de0673..bca8ac8a 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"test-ts-test": "npx tsc --noEmit --project test/jsconfig.json",
"test-code": "vitest run",
"test-code-write": "vitest run --config test/data/vitest.write.config.json",
- "test-build": "node ./dev/bin/build.js --dry-run --all",
+ "test-build": "node ./dev/bin/build.js --dryRun --all",
"license-report": "license-report --output=html --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link --html.cssFile=dev/data/legal-npm.css > ext/legal-npm.html",
"license-report-markdown": "license-report --output=markdown --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link"
},