Skip to content

Commit

Permalink
refactor: 馃挕 use nx build
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Apr 25, 2024
1 parent dd751ba commit 28e9e74
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"commit": "git-cz",
"start": "nx run transloco-playground:serve",
"start:docs": "npm start --prefix=docs",
"build:transloco": "nx run transloco:build && npm run build:schematics",
"build:locale": "nx run transloco-locale:build",
"build:messageformat": "nx run transloco-messageformat:build",
"build:optimize": "nx run transloco-optimize:build",
"build:persist-lang": "nx run transloco-persist-lang:build",
"build:persist-translations": "nx run transloco-persist-translations:build",
"build:preload-langs": "nx run transloco-preload-langs:build",
"build:schematics": "nx run transloco-schematics:build",
"build:transloco": "nx build transloco && npm run build:schematics",
"build:locale": "nx build transloco-locale",
"build:messageformat": "nx build transloco-messageformat",
"build:optimize": "nx build transloco-optimize",
"build:persist-lang": "nx build transloco-persist-lang",
"build:persist-translations": "nx build transloco-persist-translations",
"build:preload-langs": "nx build transloco-preload-langs",
"build:schematics": "nx build transloco-schematics",
"postbuild:schematics": "rm dist/libs/transloco/schematics/package.json",
"build:scoped-libs": "nx run transloco-scoped-libs:build",
"build:utils": "nx run transloco-utils:build",
"build:validator": "nx run transloco-validator:build",
"build:scoped-libs": "nx build transloco-scoped-libs",
"build:utils": "nx build transloco-utils",
"build:validator": "nx build transloco-validator",
"build:playground": "nx build transloco-playground",
"build:playground-docs": "nx build transloco-playground --configuration=docs",
"ci:test": "nx run-many --target=test --all",
Expand Down

0 comments on commit 28e9e74

Please sign in to comment.