Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 30, 2021
1 parent ee256d3 commit 396f725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
(run 'release)
(run 'run-tests)
(run 'run-integration-tests))}
ci:publish {:doc "Publishes to npm after tests pass."
ci:publish {:doc "Publishes release build to npm"
:depends [ci:is-release]
:task
(if ci:is-release
(do (println "Releasing")
(binding [*test* false]
(run 'release)
(run 'publish)))
(shell "npm publish")))
(println "Skipping release."))}}}

0 comments on commit 396f725

Please sign in to comment.