Add filters so 'npm pack' and publish contains just enough
This commit is contained in:
parent
e7daeab93d
commit
7f992e9d73
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
|||
"devDependencies": {
|
||||
"shadow-cljs": "^2.8.37"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "."
|
||||
},
|
||||
"files": [
|
||||
"mastodon_bot/*"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "./mastodon_bot/core.cljs",
|
||||
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
|
||||
|
|
Reference in a new issue