Skip to content

Commit 043306b

Browse files
committed
Do not use clean script
1 parent 1da5c87 commit 043306b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"lib"
2323
],
2424
"scripts": {
25-
"build": "npm run clean && tsc --noEmit false",
26-
"build:docs": "npm run clean && npm run generate-typedoc && next build && next export --outdir ./docs",
27-
"clean": "rimraf ./lib ./docs ./node_modules/.cache",
25+
"build": "rimraf ./lib && tsc --noEmit false",
26+
"build:docs": "rimraf ./docs && npm run generate-typedoc && next build && next export --outdir ./docs",
2827
"generate-typedoc": "rimraf ./typedoc.json && typedoc --json ./typedoc.json --pretty",
2928
"lint": "eslint .",
3029
"prepare": "husky install",

0 commit comments

Comments
 (0)