Created
February 18, 2021 01:31
-
-
Save kuccello/8b7094b1e218d35f6b86987fdb938e42 to your computer and use it in GitHub Desktop.
Partial fragment to add to your workspace.json under your appname
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
... | |
"build-tailwind-css": { | |
"builder": "@nrwl/workspace:run-commands", | |
"outputs": [], | |
"options": { | |
"command": "npx tailwindcss-cli@latest build ./src/styles.css -o src/app/tailwind.css", | |
"cwd": "apps/my-app" | |
} | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment