0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-22 14:49:27 -05:00
penpot-plugins/libs/plugins-styles/project.json

19 lines
395 B
JSON
Raw Normal View History

2024-02-07 07:59:58 +01:00
{
"name": "plugins-styles",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "plugins-styles/src",
"projectType": "library",
"targets": {
"build": {
2024-03-27 13:57:02 +01:00
"command": "node tools/scripts/build-css.mjs",
2024-02-07 07:59:58 +01:00
"options": {
"outputPath": "dist/plugins-styles"
}
},
"lint": {
2024-05-07 10:28:40 +02:00
"command": "echo 0"
2024-02-07 07:59:58 +01:00
}
},
2024-03-07 14:09:41 +01:00
"tags": ["type:ui"]
2024-02-07 07:59:58 +01:00
}