mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Add readme and option to just build via npm
This commit is contained in:
parent
0e17354e58
commit
54757930d7
2 changed files with 27 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"description": "Airsonic UI written with re-frame",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "shadow-cljs watch app",
|
||||
"build": "rm -r public/app/js; shadow-cljs release app"
|
||||
},
|
||||
"author": "Arne Schlüter",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue