diff --git a/package.json b/package.json index 1cfe60e..6d7abfb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "lib": "lib" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "concurrently -p \"[{name}]\" -n \"tailwind,remix\" -c \"yellow.bold,red.bold\" \"npm:dev:css\" \"npm:dev:remix\"", + "dev:remix": "cross-env NODE_ENV=development remix dev", + "dev:css": "tailwindcss -o ./app/styles.css --watch" }, "repository": { "type": "git", @@ -40,6 +42,7 @@ "@types/react-dom": "17.0.17", "eslint": "8.15.0", "typescript": "4.6.4", - "@headlessui/react": "1.6.1" + "@headlessui/react": "1.6.1", + "concurrently": "7.1.0" } }