1
0
Fork 0
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:
heyarne 2019-12-14 11:43:53 +01:00
commit cb310eec6a
2 changed files with 6 additions and 3 deletions

View file

@ -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",