Skip to content

Commit f31d7b6

Browse files
author
Maya Shavin
committed
fix tailwindlabs#37 script example should be --watch:build
1 parent 00ef1da commit f31d7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/svelte/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Update your `package.json` with the custom scripts.
5555
"scripts": {
5656
"watch:tailwind": "postcss public/tailwind.css -o public/index.css -w",
5757
"build:tailwind": "NODE_ENV=production postcss public/tailwind.css -o public/index.css",
58-
"dev": "run-p start:dev autobuild watch:build",
58+
"dev": "run-p start:dev autobuild --watch:build",
5959
"build": "npm run build:tailwind && rollup -c",
6060

6161
}

0 commit comments

Comments
 (0)