fix package.json
This commit is contained in:
parent
b169c5c2b3
commit
64cea0fea7
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@
|
||||||
"mastodon_bot/*"
|
"mastodon_bot/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./mastodon_bot/core.cljs",
|
"start": "./src/main/mastodon_bot/core.cljs",
|
||||||
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
|
"test": "MASTODON_BOT_CONFIG=test.edn ./src/test/mastodon_bot/core_test.cljs"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mastodon-bot": "mastodon_bot/core.cljs"
|
"mastodon-bot": "src/main/mastodon_bot/core.cljs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue