mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -05:00
16 lines
252 B
JSON
16 lines
252 B
JSON
|
{
|
||
|
"extends": "nx/presets/npm.json",
|
||
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||
|
"targetDefaults": {
|
||
|
"build": {
|
||
|
"cache": true,
|
||
|
"dependsOn": [
|
||
|
"^build"
|
||
|
]
|
||
|
},
|
||
|
"lint": {
|
||
|
"cache": true
|
||
|
}
|
||
|
}
|
||
|
}
|