0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 16:31:01 -05:00
penpot-plugins/libs/plugin-types/project.json
2024-04-08 11:44:59 +02:00

19 lines
487 B
JSON

{
"name": "plugin-types",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/plugin-types",
"projectType": "library",
"targets": {
"build": {
"command": "node tools/scripts/build-types.mjs",
"options": {
"outputPath": "dist/plugin-types"
}
},
"publish": {
"command": "node tools/scripts/publish.mjs plugin-types {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": ["type:ui"]
}