fix package.json

This commit is contained in:
jem 2020-06-09 08:08:55 +02:00
parent b169c5c2b3
commit 64cea0fea7

View file

@ -22,10 +22,10 @@
"mastodon_bot/*"
],
"scripts": {
"start": "./mastodon_bot/core.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
"start": "./src/main/mastodon_bot/core.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./src/test/mastodon_bot/core_test.cljs"
},
"bin": {
"mastodon-bot": "mastodon_bot/core.cljs"
"mastodon-bot": "src/main/mastodon_bot/core.cljs"
}
}