1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Improve docs and simplify dev script

This commit is contained in:
Arne Schlüter 2018-08-22 09:40:14 +02:00
commit 6d9951b3f3
3 changed files with 12 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"dev:cljs": "shadow-cljs watch app test",
"dev:sass": "npm run build:sass; node-sass -w src/sass/app.sass public/app/style.css",
"dev:test": "karma start --reporters growl,progress --auto-watch",
"dev": "npm-run-all copy:* test:compile -p dev:*",
"dev": "npm-run-all copy:* -p dev:*",
"test": "run-s test:compile test:run",
"test:compile": "shadow-cljs compile test",
"test:run": "karma start --single-run"