woocommerce/packages/js/style-build/project.json

14 lines
379 B
JSON

{
"root": "packages/js/style-build",
"sourceRoot": "packages/js/style-build/src",
"projectType": "library",
"targets": {
"changelog": {
"executor": "./tools/executors/changelogger:changelog",
"options": {
"action": "add",
"cwd": "packages/js/style-build"
}
}
}
}