1 2 3 4 5 6 7 8 9 10 11{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "extends": "nx/presets/npm.json", "targetDefaults": { "build": { "cache": true, "dependsOn": ["^build"] } } }
1 2 3 4 5 6 7 8 9 10 11
{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "extends": "nx/presets/npm.json", "targetDefaults": { "build": { "cache": true, "dependsOn": ["^build"] } } }