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

Move build-report task to different script prefix

Avoids it getting globbed by run-p build:*
This commit is contained in:
heyarne 2019-12-14 11:54:00 +01:00
commit 900b2c3aae

View file

@ -5,7 +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-extra: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/",