Skip to content

Commit d8b90f3

Browse files
committed
Update clean command to clean up types and the correct tarball
1 parent 5d516c4 commit d8b90f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"build:types:watch": "tsc -p tsconfig.types.json --watch",
7272
"build:tarball": "npm pack",
7373
"circularDepCheck": "madge --circular src/index.ts && madge --circular src/setup.ts",
74-
"clean": "rimraf build coverage sentry-node-*.tgz",
74+
"clean": "rimraf build coverage sentry-nestjs-*.tgz ./*.d.ts ./*.d.ts.map",
7575
"fix": "eslint . --format stylish --fix",
7676
"lint": "eslint . --format stylish",
7777
"test": "vitest run",

0 commit comments

Comments
 (0)