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

Move build-report into task and update README.md

This commit is contained in:
heyarne 2019-12-14 11:12:17 +01:00
commit 7dca96983d
3 changed files with 4 additions and 847 deletions

View file

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build:cljs": "shadow-cljs release app",
"build:cljs-report": "shadow-cljs run shadow.cljs.build-report app public/build-report.html",
"build:sass": "node-sass --output-style compressed src/sass/app.sass | postcss -o public/app/app.css",
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
"copy:assets": "cp -R src/assets/* public/",