Jonathan Cammisuli
fecf7fb82f
feat(core): add native node bindings for hashing ( #14476 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00
Jack Hsu
c134efe33f
fix(react): add bundler to create-nx-workspace react preset so webpack package is installed ( #14546 )
2023-01-23 21:11:14 +00:00
Jason Jean
55c20b81c0
chore(repo): fix issues building nx-dev
2022-11-18 19:04:33 -05:00
Victor Savkin
ffd40af446
chore(repo): use root-level scripts
2022-11-18 16:02:27 -05:00
Philip Fulcher
6c3ef9d417
chore(graph): move dep-graph-client to graph-client ( #11792 )
2022-09-01 04:20:08 +00:00
Jason Jean
06f84b3326
feat(react): migrate @nrwl/web schematics to devkit ( #4666 )
2021-02-02 18:56:35 -05:00
Victor Savkin
a25e081a84
feat(core): remove angular devkit deps
2021-01-25 12:52:30 -05:00
Tasos Bekos
89826063a0
chore(repo): format via Nx
2020-11-25 14:30:28 -05:00
Jason Jean
6885507567
fix(angular): add tsconfig.editor.json to catch misc files" ( #3810 )
2020-09-28 13:23:56 -04:00
Jason Jean
a7b7af2dfe
feat(core): switch over to angular 10 ( #3056 )
...
* feat(core): switch over to devkit 10-rc.0
* feat(core): implement solution tsconfigs wip
* feat(angular): add angular migrations
* fix(angular): modify angularjs tests
2020-07-07 17:02:06 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Jonathan Cammisuli
6e8d4615b8
chore(misc): add verdaccio files to .prettierignore and .gitignore ( #3024 )
2020-05-17 13:48:07 -04:00
Jack Hsu
fef54fae4b
feat(linter): improve support for mixed linters when using IDEs ( #2620 )
2020-03-06 15:12:35 -05:00
Victor Savkin
3d36b15c8f
feat(repo): specify the version of yarn used by the repo
2020-02-01 21:14:26 -05:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Jason Jean
3bad40ea65
feat(nx): support no framework apps
2019-03-02 12:03:30 -05:00
Victor Savkin
7f2c16f3a3
feat(nx): add presets to simplify the creation of workspaces with angular and fullstack apps
2019-02-25 14:28:36 -05:00
Victor Savkin
505ba43bb0
fix(build): change checkformat to check md files
2019-01-30 13:19:18 -05:00
Victor Savkin
ffd9d93019
fix(build): make Nx dev process WSL-friendly
...
- Reformat code to have LF line endings.
- Enforce LF line endings.
2019-01-14 10:47:44 -05:00
--get
67c4bdf4af
feat(schematics): upgrade to angular 7
2018-10-24 09:42:31 -04:00
Jason Jean
469af6e1a0
feat(builders): introduce node build and execute builders
...
These builders handle building and executing node applications
2018-10-01 15:29:01 -04:00
Jason Jean
c9e29a265f
build(prettier): ignore package.json from prettier ( #759 )
...
## Current Behavior
`package.json` was reformatted incorrectly after publishing.
## Expected Behavior
`/package.json` is ignored from `prettier`. This makes it so the two formatters do not conflict with one another.
## Notes
This is causing all PRs to fail currently
2018-09-14 10:16:43 -04:00
Jason Jean
5a547ccadd
feat(schematics): add schematics for jest
2018-08-29 11:44:39 -04:00
ben
9c10fa7db2
build(package.json): run prettier before commit
...
This adds a hook to the git command to run prettier on the staged files, before committing. Prettier
has now more broad and general rules with excluded folder and more files to correct.
2018-08-23 09:59:04 -04:00