fix: start script to work with tailwind jit

This commit is contained in:
Timothy Lin 2021-05-25 23:46:09 +08:00
parent 9b042636f5
commit 3c3cb9cbeb

View File

@ -3,7 +3,7 @@
"version": "0.3.3",
"private": true,
"scripts": {
"start": "next-remote-watch data/blog --root . -p",
"start": "cross-env TAILWIND_MODE=watch next-remote-watch ./data",
"dev": "cross-env TAILWIND_MODE=watch next dev",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",