chore(extension): build into dist directory (#825)

This commit is contained in:
Yury Semikhatsky
2025-08-04 11:47:25 -07:00
committed by GitHub
parent 3c6eac9b21
commit 6d62c173c8
8 changed files with 367 additions and 15 deletions

View File

@@ -19,7 +19,7 @@
"scripts": {
"build": "tsc --project . && tsc --project tsconfig.ui.json && vite build",
"watch": "tsc --watch --project . & tsc --watch --project tsconfig.ui.json & vite build --watch",
"clean": "rm -rf lib"
"clean": "rm -rf dist"
},
"devDependencies": {
"@types/chrome": "^0.0.315",
@@ -29,6 +29,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2",
"vite": "^5.0.0"
"vite": "^5.0.0",
"vite-plugin-static-copy": "^3.1.1"
}
}