mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "plugins-styles",
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "plugins-styles/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"command": "node tools/scripts/build-css.mjs",
|
|
"options": {
|
|
"outputPath": "dist/plugins-styles"
|
|
}
|
|
},
|
|
"lint": {
|
|
"command": "echo 0"
|
|
}
|
|
},
|
|
"tags": ["type:ui"]
|
|
}
|