Last active
January 8, 2022 04:30
-
-
Save dipeshhkc/aa7401203624afc05a0f5392429b992c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"dev:css": "postcss styles --base styles --dir app/styles -w", | |
"build:css": "postcss styles --base styles --dir app/styles --env production", | |
"dev": "concurrently \"npm run dev:css\" \"remix dev\"", | |
"build": "npm run build:css && remix build" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment