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": "",
"license": "",
"scripts": {
"prepare": "remix setup node && typedoc",
"dev": "concurrently 'remix dev' 'typedoc'",
"prepare": "remix setup node",
"dev": "concurrently 'remix dev' 'typedoc --watch'",
"build": "typedoc && remix build",
"start": "remix-serve build"
},