[fix] release cp command
This commit is contained in:
parent
8e302634ae
commit
c485868b76
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
npm run postcss:release
|
||||
npm run shadow:release
|
||||
cp -r public resources/public
|
||||
cp -rf public/* resources/public
|
||||
rm -rf resources/public/js/cljs-runtime
|
||||
|
||||
lein uberjar
|
||||
|
|
Loading…
Reference in a new issue