aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-02-01 18:06:20 +0100
committerGitHub <[email protected]>2022-02-01 18:06:20 +0100
commitdf48704c818a1addb8c32140f12e592e243f4e6d (patch)
tree3767deab4da325f1c6c0937c0192b63786240b12 /package.json
parent5e6754da61b63019fd063fad26adbeeabd8b789b (diff)
downloadfaker-df48704c818a1addb8c32140f12e592e243f4e6d.tar.xz
faker-df48704c818a1addb8c32140f12e592e243f4e6d.zip
feat: auto generate/update locale files (#252)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3146b704..008dd74d 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,8 @@
"build:code": "esno ./scripts/bundle.ts",
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
"build": "run-s build:clean build:code build:types",
- "generate:api-docs": "esno scripts/apidoc.ts",
+ "generate:api-docs": "esno ./scripts/apidoc.ts",
+ "generate:locales": "esno ./scripts/generateLocales.ts",
"docs:build": "run-s docs:prepare docs:build:run",
"docs:build:run": "vitepress build docs",
"docs:build:ci": "run-s build docs:build",
@@ -89,6 +90,7 @@
"@types/node": "~16.11.21",
"@typescript-eslint/eslint-plugin": "~5.10.1",
"@typescript-eslint/parser": "~5.10.1",
+ "@types/prettier": "~2.4.3",
"@types/validator": "~13.7.1",
"@vitest/ui": "~0.2.5",
"c8": "~7.11.0",