0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00
penpot-plugins/nx.json

16 lines
252 B
JSON
Raw Normal View History

2024-01-29 12:39:21 +01:00
{
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
]
},
"lint": {
"cache": true
}
}
}