[fix] fix release commands

This commit is contained in:
SouthFox 2023-08-25 18:56:59 +08:00
parent 96822903e9
commit 7cb4af6efa

View file

@ -1,7 +1,7 @@
{
"scripts": {
"shadow:watch": "shadow-cljs watch app",
"shadow:release": "shadow-cljs release app",
"shadow:watch": "shadow-cljs watch frontend",
"shadow:release": "shadow-cljs release frontend",
"postcss:build": "postcss src/css/tailwind.css -o ./public/css/app.css --verbose",
"postcss:watch": "postcss src/css/tailwind.css -o ./public/css/app.css --verbose -w",
"postcss:release": "NODE_ENV=production postcss src/css/tailwind.css -o ./public/css/app.css --verbose",