dev build
This commit is contained in:
parent
6eb22f2cf4
commit
bef56ddf68
3 changed files with 41 additions and 9 deletions
2
bb.edn
2
bb.edn
|
|
@ -46,7 +46,7 @@
|
|||
(fs/delete-tree "dist")
|
||||
(fs/create-dirs "dist")
|
||||
(run! (fn [f] (fs/copy f "dist"))
|
||||
(fs/glob "resources/public/js" "*.js")))}
|
||||
(fs/glob "resources/public/js" "*.{js,js.map}")))}
|
||||
|
||||
bump-version {:doc "Bumps package.json and pushes new git tag"
|
||||
:task (do (shell "npm version patch")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue