Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Last active January 8, 2022 04:30
Show Gist options
  • Save dipeshhkc/aa7401203624afc05a0f5392429b992c to your computer and use it in GitHub Desktop.
Save dipeshhkc/aa7401203624afc05a0f5392429b992c to your computer and use it in GitHub Desktop.
{
"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