maybe files have also to be adjusted in package.json?
This commit is contained in:
parent
6d0d9a4d6e
commit
ceaf1a2034
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"lib": "."
|
||||
},
|
||||
"files": [
|
||||
"mastodon_bot/*"
|
||||
"src/mastodon_bot/*"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "./src/main/mastodon_bot/core.cljs",
|
||||
|
|
Reference in a new issue