Skip to content

Commit d4db19e

Browse files
committed
chore: update the build command
1 parent 21da50f commit d4db19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
"scripts": {
1414
"clean": "shx rm -rf ./_site* ./docs/_merged_*",
1515
"prestart": "npm run typedoc",
16-
"prebuild": "npm run tsc && npm run typedoc",
1716
"postinstall": "patch-package",
1817
"start": "rocket start",
19-
"build": "rocket build",
18+
"build": "npm run clean && npm run tsc && npm run typedoc && rocket build",
2019
"tsc": "tsc",
2120
"typedoc": "typedoc --json docs/_data/api/api.json --entryPoints api.ts",
2221
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)