ci simplified
This commit is contained in:
parent
b30deaba32
commit
a348edaf6c
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
||||||
:autorun true
|
:autorun true
|
||||||
:repl-pprint true}
|
:repl-pprint true}
|
||||||
:app {:target :node-script
|
:app {:target :node-script
|
||||||
:output-to "target/mastodon-bot.js"
|
:output-to "target/npm-build/mastodon-bot.js"
|
||||||
:main mastodon-bot.core/main
|
:main mastodon-bot.core/main
|
||||||
:compiler-options {:optimizations :simple}}}}
|
:compiler-options {:optimizations :simple}}}}
|
||||||
|
|
Reference in a new issue