rename manual test script

This commit is contained in:
itsMapleLeaf
2022-08-04 13:02:37 -05:00
parent 14d6f87dda
commit ffa9357f73
2 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
"scripts": {
"build": "cp ../../README.md . && cp ../../LICENSE . && tsup library/main.ts --target node16 --format cjs,esm --dts --sourcemap",
"build-watch": "pnpm build --watch",
"test-manual": "tsx watch ./scripts/discordjs-manual-test.tsx",
"test-manual": "tsx watch ./scripts/manual-test.tsx",
"typecheck": "tsc --noEmit",
"release": "bash scripts/release.sh"
},