optimize/fix docs scripts

This commit is contained in:
MapleLeaf
2021-12-30 18:32:03 -06:00
parent cf48319b2a
commit 8268ea27eb

View File

@@ -4,8 +4,8 @@
"description": "", "description": "",
"license": "", "license": "",
"scripts": { "scripts": {
"prepare": "remix setup node && typedoc", "prepare": "remix setup node",
"dev": "concurrently 'remix dev' 'typedoc'", "dev": "concurrently 'remix dev' 'typedoc --watch'",
"build": "typedoc && remix build", "build": "typedoc && remix build",
"start": "remix-serve build" "start": "remix-serve build"
}, },