We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0bd60 + 1f3fd6d commit 02be5e9Copy full SHA for 02be5e9
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:*",
8
+ "dev:serve": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:* serve",
9
"serve": "node scripts/dev-server.js",
10
"watch:tailwind": "cross-env NODE_ENV=development tailwindcss -i ./assets/css/style.css -o ./dist/assets/css/tailwind.css --watch",
11
"watch:html": "node scripts/build-html.js --watch",
0 commit comments