Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
39acf17729
commit
4bd7e439b8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"clean": "rm -rf dist",
|
||||
"lint": "eslint --ext .ts src",
|
||||
"local": "node ./dist/local.js",
|
||||
"package": "pkg dist/token.js -t node16-linux-x64,node16-macos-x64,node16-win-x64 -o dist/imagebot-x64 -C Gzip",
|
||||
"package": "pkg dist/*.js -t node16-linux-x64,node16-macos-x64,node16-win-x64 -o dist/imagebot-x64 -C Gzip",
|
||||
"test": "echo \"No tests yet!\" && exit 0"
|
||||
},
|
||||
"repository": "https://git.froth.zone/Sam/fediverse-imagebot",
|
||||
|
|
Reference in a new issue