7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf target
|
|
git pull
|
|
lein cljx
|
|
lein cljsbuild once prod
|
|
lein run prod
|