mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Fix deploy branch filter on CircleCI
This commit is contained in:
parent
f42993a604
commit
cb310eec6a
2 changed files with 6 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
|
||||
"copy:assets": "cp -R src/assets/* public/",
|
||||
"copy:icons": "cp -R node_modules/open-iconic/font/fonts public",
|
||||
"deploy": "gh-pages -d public -m \"Deploying $(git rev-parse --short HEAD)\"",
|
||||
"deploy": "gh-pages -d public -m \"[skip ci] Deploying $(git rev-parse --short HEAD)\"",
|
||||
"dev:cljs": "shadow-cljs watch app test",
|
||||
"dev:sass": "node-sass -w src/sass/app.sass -o public/app",
|
||||
"dev:test": "karma start --reporters notify,progress --auto-watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue