Skip to content

Commit

Permalink
Quality of life change so tailwind CSS watch works when no standard in,
Browse files Browse the repository at this point in the history
such as when running in the background in a non-interactive shell (such
as in docker).

See tailwindlabs/tailwindcss#9966 for details.
  • Loading branch information
KaelenProctor committed Oct 31, 2024
1 parent d249bbf commit 6b9a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "yarn run webpack --watch & yarn run test-loud --watch --verbose false",
"nearley": "sh nearley/helper.sh",
"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",
"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",
"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",
"setup": "yarn run nearley && yarn run webpack --progress && node --max-old-space-size=8192 force_update.js",
"cards": "node --max-old-space-size=8192 force_update.js",
"download-model": "node --max-old-space-size=8192 jobs/download_model.js",
Expand Down

0 comments on commit 6b9a6c1

Please sign in to comment.