diff options
| author | ST-DDT <[email protected]> | 2022-01-28 08:28:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-28 08:28:21 +0100 |
| commit | c96bf1462bf41f80294b641701cedf0e47a7a7d6 (patch) | |
| tree | 3d61662ea188f2c6f358fd78e4490e332a965269 | |
| parent | 31830dc5b84cdf4ac54f0aacdafba83731dd1a33 (diff) | |
| download | faker-c96bf1462bf41f80294b641701cedf0e47a7a7d6.tar.xz faker-c96bf1462bf41f80294b641701cedf0e47a7a7d6.zip | |
build: add clean command (#325)
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 8914cdb7..56c66a71 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "tsconfig.json" ], "scripts": { + "clean": "rimraf coverage dist docs/.vitepress/dist pnpm-lock.yaml node_modules", "build:clean": "rimraf dist", "build:code": "esno ./scripts/bundle.ts", "build:types": "tsc --emitDeclarationOnly --outDir dist/types", |
