js: correct the commands [skip ci]
This commit is contained in:
parent
dfdcc77737
commit
5a1ec4fe28
@ -5,8 +5,8 @@
|
||||
"tailwindcss": "^3.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"watch-tw": "npx tailwindcss -i ./assets/input.css -o ./static/pcmt.css --watch",
|
||||
"watch-brs": "npx browser-sync start --config bs-config.js",
|
||||
"tw": "npx tailwindcss -i ./assets/input.css -o ./static/pcmt.css --minify"
|
||||
"watch-tw": "npx tailwindcss -i ./assets/input.css -o ./assets/pcmt.css --watch",
|
||||
"watch-brs": "npx browser-sync start --config bs.js",
|
||||
"tw": "npx tailwindcss -i ./assets/input.css -o ./assets/pcmt.css --minify"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user