Skip to content

Commit

Permalink
add development NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 24, 2022
1 parent d725c62 commit f4cfbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"build:remix": "remix build",
"dev": "run-p dev:*",
"dev:css": "npm run generate:css -- --watch",
"dev:remix": "binode --require ./mocks -- @remix-run/dev:remix dev",
"dev:remix": "cross-env NODE_ENV=development binode --require ./mocks -- @remix-run/dev:remix dev",
"format": "prettier --write .",
"generate:css": "tailwindcss -o ./app/styles/tailwind.css",
"postinstall": "remix setup node",
Expand Down

0 comments on commit f4cfbf1

Please sign in to comment.