Nx -

nx build my-app --skip-nx-cache # bypass cache Only run tasks on projects changed since a given commit:

"tags": ["scope:shared", "type:ui"] Define boundaries in .eslintrc.json : nx build my-app --skip-nx-cache # bypass cache Only

nx g @nx/react:lib shared/ui Custom generators can be created in tools/generators . Use tags in project.json : "depConstraints": [ "sourceTag": "scope:app"

"rules": "@nx/enforce-module-boundaries": ["error", "depConstraints": [ "sourceTag": "scope:app", "onlyDependOnLibsWithTags": ["scope:shared", "scope:app"] ] ] nx build my-app --skip-nx-cache # bypass cache Only

"targetDefaults": "build": "dependsOn": ["^build"], "outputs": ["projectRoot/dist"]

Topluluğumuza Katılmak İster Misin?

Telegram kanalımıza hemen katıl, güncellemeleri kaçırma!

Telegram'a Katıl
;