Skip to content

Commit

Permalink
chore(packaje.json): add commands for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nullndr committed May 18, 2022
1 parent 394e755 commit 86af1cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 86af1cf

Please sign in to comment.