fix dev script

This commit is contained in:
itsMapleLeaf
2023-03-12 12:53:37 -05:00
parent f59323f245
commit fbab145f39

View File

@@ -3,7 +3,7 @@
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
"dev": "concurrently \"typedoc --watch\" \"pnpm tailwind -- --watch\" \"remix dev\"",
"test": "node ./scripts/test.js",
"test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open",
"build": "typedoc && pnpm tailwind -- --minify && remix build",