Skip to content

Commit 069c711

Browse files
committed
Quality of life change so tailwind CSS watch works when no standard in,
such as when running in the background in a non-interactive shell (such as in docker). See tailwindlabs/tailwindcss#9966 for details.
1 parent d249bbf commit 069c711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:watch": "yarn run webpack --watch & yarn run test-loud --watch --verbose false",
2626
"nearley": "sh nearley/helper.sh",
2727
"ci-build": "yarn run nearley && yarn run sass && tsc -b && NODE_OPTIONS=--max_old_space_size=16384 node_modules/.bin/webpack --mode production --config webpack.prod.mjs",
28-
"devstart": "yarn run nearley && yarn run sass --watch & yarn run nodemon & yarn run webpack-dev-server & yarn run webpack --watch & npx tailwindcss -i ./src/css/stylesheet.css -o ./public/css/stylesheet.css --watch",
28+
"devstart": "yarn run nearley && yarn run sass --watch & yarn run nodemon & yarn run webpack-dev-server & yarn run tailwind:watch & yarn run webpack --watch & npx tailwindcss -i ./src/css/stylesheet.css -o ./public/css/stylesheet.css --watch=always",
2929
"setup": "yarn run nearley && yarn run webpack --progress && node --max-old-space-size=8192 force_update.js",
3030
"cards": "node --max-old-space-size=8192 force_update.js",
3131
"download-model": "node --max-old-space-size=8192 jobs/download_model.js",

0 commit comments

Comments
 (0)