-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bot): yeet everything to git before high seas end
gonna get this shipped to nest btw
- Loading branch information
1 parent
9570b73
commit 00e9b91
Showing
9 changed files
with
154 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"name": "@recaptime-dev/hcb-explorer-discord", | ||
"license": "MPL-2.0", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"start:build ": "npm run build && dotenvx run -f .env.production -- node dist/index.js", | ||
"dev:build": "npm run build && dotenvx run -f .env.development -- node dist/index.js", | ||
"start": "dotenvx run -f .env.production -- tsx src/index.ts", | ||
"dev": "dotenvx run -f .env.development -- tsx watch src/index.ts", | ||
"dev:commands": "dotenvx run -f .env.development -- tsx src/scripts/deploy-commands.ts", | ||
"build": "tsc --build && yarn sentry:sourcemaps", | ||
"build": "tsc --build && npm run sentry:sourcemaps", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org recaptime-dev --project hcb-explorer-discord ./dist && sentry-cli sourcemaps upload --org recaptime-dev --project hcb-explorer-discord ./dist" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.