We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da5c87 commit 043306bCopy full SHA for 043306b
package.json
@@ -22,9 +22,8 @@
22
"lib"
23
],
24
"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",
+ "build": "rimraf ./lib && tsc --noEmit false",
+ "build:docs": "rimraf ./docs && npm run generate-typedoc && next build && next export --outdir ./docs",
28
"generate-typedoc": "rimraf ./typedoc.json && typedoc --json ./typedoc.json --pretty",
29
"lint": "eslint .",
30
"prepare": "husky install",
0 commit comments