You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
750 B

{
"name": "bridge-react-webpack-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/bridge/bridge-react-webpack-plugin/src",
"projectType": "library",
"tags": ["type:pkg"],
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"commands": [
"npm run build --prefix packages/bridge/bridge-react-webpack-plugin"
]
}
},
"test": {
"executor": "nx:run-commands",
"options": {
"parallel": false,
"commands": [
{
"command": "vitest run -c packages/bridge/bridge-react-webpack-plugin/vitest.config.ts",
"forwardAllArgs": false
}
]
}
}
}
}