mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Move build-report task to different script prefix
Avoids it getting globbed by run-p build:*
This commit is contained in:
parent
cb310eec6a
commit
900b2c3aae
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue