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 21da50f commit d4db19eCopy full SHA for d4db19e
package.json
@@ -13,10 +13,9 @@
13
"scripts": {
14
"clean": "shx rm -rf ./_site* ./docs/_merged_*",
15
"prestart": "npm run typedoc",
16
- "prebuild": "npm run tsc && npm run typedoc",
17
"postinstall": "patch-package",
18
"start": "rocket start",
19
- "build": "rocket build",
+ "build": "npm run clean && npm run tsc && npm run typedoc && rocket build",
20
"tsc": "tsc",
21
"typedoc": "typedoc --json docs/_data/api/api.json --entryPoints api.ts",
22
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments