1
0
Fork 0
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:
Arne Schlüter 2018-04-21 21:34:21 +02:00
commit 54757930d7
2 changed files with 27 additions and 1 deletions

View file

@ -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",