We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ef1da commit f31d7b6Copy full SHA for f31d7b6
examples/svelte/README.md
@@ -55,7 +55,7 @@ Update your `package.json` with the custom scripts.
55
"scripts": {
56
"watch:tailwind": "postcss public/tailwind.css -o public/index.css -w",
57
"build:tailwind": "NODE_ENV=production postcss public/tailwind.css -o public/index.css",
58
- "dev": "run-p start:dev autobuild watch:build",
+ "dev": "run-p start:dev autobuild --watch:build",
59
"build": "npm run build:tailwind && rollup -c",
60
61
}
0 commit comments