More base commands

This commit is contained in:
Sahil Ahuja 2025-02-22 01:42:16 +05:30
parent c09b4b860a
commit 54e7a01dfd

View File

@ -18,6 +18,9 @@
"lib/*"
],
"scripts": {
"@comment RUN": "Running this repo after running this once - pnpm install",
"start": "tsx src/index.ts",
"watch": "tsx watch src/index.ts",
"@comment TEST": "Useful for testing",
"check": "$(pnpm bin)/tsc --noEmit",
"lint": "$(pnpm bin)/eslint ./src",