rename manual test script
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cp ../../README.md . && cp ../../LICENSE . && tsup library/main.ts --target node16 --format cjs,esm --dts --sourcemap",
|
"build": "cp ../../README.md . && cp ../../LICENSE . && tsup library/main.ts --target node16 --format cjs,esm --dts --sourcemap",
|
||||||
"build-watch": "pnpm build --watch",
|
"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",
|
"typecheck": "tsc --noEmit",
|
||||||
"release": "bash scripts/release.sh"
|
"release": "bash scripts/release.sh"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user