File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Fix git dubious directory ownership error
4040 run : git config --global --add safe.directory /__w/re-com/re-com
4141
42- - run : bb ci
42+ - run : bb test
4343
44+ - run : bb release-demo
4445
4546 - uses : actions/upload-artifact@v4
4647 with :
Original file line number Diff line number Diff line change 4747 :task (shell opts " clojure -T:build clojars" )}
4848 release-demo {:depends [clean install]
4949 :task (shell opts " npx shadow-cljs release demo" )}
50- ci (do (run 'test) (run 'release-demo))
5150 watch {:depends [install]
5251 :task (shell opts " npx shadow-cljs watch demo browser-test karma-test" )}
5352 watch-demo {:depends [install]
5453 :task (shell opts " npx shadow-cljs watch demo" )}
5554 browser-test {:depends [install]
5655 :task (shell opts " npx shadow-cljs watch browser-test" )}
57- deploy-aws {:depends [ci ]
56+ deploy-aws {:depends [release-demo ]
5857 :task (shell opts " aws s3 sync run/resources/public s3://re-demo/ --acl"
5958 " public-read"
6059 " --cache-control"
You can’t perform that action at this time.
0 commit comments