Update package.json

This commit is contained in:
Jacob Nguyen
2023-12-13 18:09:23 -06:00
committed by GitHub
parent 70f5a933e6
commit a52753026a

View File

@@ -4,7 +4,6 @@
"description": "Post application commands",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"poster:debug": "shadow-cljs compile poster",
"poster:prod": "shadow-cljs release poster",
"gen-discord-types": "npx openapi-typescript https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json --output ./dts/discord.d.ts",