0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/libs/plugins-styles/project.json

19 lines
395 B
JSON
Raw Normal View History

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