fix: add clean command to individual packages (#36)

This commit is contained in:
Brandon Keiji
2025-04-18 14:57:20 -07:00
committed by GitHub
parent e7fa39112a
commit 23b43ff651
3 changed files with 986 additions and 502 deletions

View File

@@ -6,6 +6,7 @@
"main": "src/gemini.js",
"scripts": {
"build": "tsc && cp package.json README.md ../../LICENSE dist/ && touch dist/.last_build",
"clean": "rm -rf dist",
"start": "node dist/gemini.js",
"debug": "node --inspect-brk dist/gemini.js",
"lint": "eslint . --ext .ts,.tsx",