[fix] fix release commands
This commit is contained in:
parent
96822903e9
commit
7cb4af6efa
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue