mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 00:45:13 +08:00
feat: add monorepo
This commit is contained in:
35
packages/plugin-ui/project.json
Normal file
35
packages/plugin-ui/project.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"root": "packages/plugin-ui",
|
||||
"projectType": "application",
|
||||
"sourceRoot": "packages/plugin-ui/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx-plus/vite:build",
|
||||
"options": {
|
||||
"config": "packages/plugin-ui/vite.config.ts"
|
||||
}
|
||||
},
|
||||
"serve": {
|
||||
"executor": "@nx-plus/vite:server",
|
||||
"options": {
|
||||
"config": "packages/plugin-ui/vite.config.ts"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["packages/plugin-ui/**/*.{ts,tsx,vue}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["coverage/packages/plugin-ui"],
|
||||
"options": {
|
||||
"jestConfig": "packages/plugin-ui/jest.config.js",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
Reference in New Issue
Block a user