the --coverage option was not being used in the builder at all, so provided no change in behavior.
The --codeCoverage option should be used instead
ISSUES CLOSED: #2564
* feat(core): add cwd option to commands runner
* docs(core): add docs for new cwd option in commands runner
* cleanup(core): remove unecesarry import in test
* fix(core): fix failing unit test
* feat(core): allow additionalProperties for run commands
* docs(core): format docs for command runner
BREAKING CHANGES:
The minimal flag is set to true
The syntax flag is set to creators
The useDataPersistence flag is set to false
BEFORE:
By default, the root Store and Effects modules are registered, with a generated feature
By default, the action classes syntax is used for scaffolding
By default, the DataPersistence class in injected and used in Effects
AFTER:
By default, only the root Store and Effects modules are registered
By default, the creator functions are used for scaffolding with schematics
By default, the DataPersistence operators are used in Effects
* feat(core): add support for interactive mode when using presets
* fix(angular): get interactive flag from schematic context for preset task
* docs(core): add note about using interactive mode with presets
* fix(core): update parsing of interactive argument for preset
This builder makes sure using buildable libraries depending on
other buildable libraries works as expected, without limiting the
current dx with auto-reload when using libraries within apps.
* chore(nx): added static storybook build
Added static storybook build builder
* chore(nx): added documentation + configuration for storybook-static
Added documentation files for storybook-static builder task
Added creation of storybook-static task to the configuration schematics of storybook
* docs(nx): generated documentation correctly
Generated documentation correctly
* chore(nx) renamed task to storybook-build
Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test
* chore(nx): renamed task to storybook-build
Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test
* chore(nx): improved e2e test
Improved e2e test
* chore(nx): fixed missing import e2e test
fixed missing import e2e test
* chore(nx): excluded added storybook build test
Verifiy of the test run correctly when the last added test is excluded
* chore(nx): refactored e2e test
refactored e2e test build storybook for beter performance
extended the wait in travis yaml file to fix timeouts on the test
* chore(nx): fixed issue with travis file
fixed issue with travis file
* chore(nx): fixed merge issue
fixed merge issue
* chore(nx): increased timout of travis_wait
increased timeout of travis_wait
* chore(nx): ignored original test
ignored original test to check how long mine taks.
* chore(nx): increased travis wait (again)
increased travis wait (again)
* chore(nx): wrapped storybook build in from observable
wrapped storybook build in from observable so it would finish
Moved to one storybook test again for performance
Remove travis_wait statement
* chore(nx): fix import for build
fixed import for build
* chore(nx): removed commented out code
Removed comments
* chore(nx): run yarn format
run yarn format
* chore(nx): fixed line endings
fixed line endings
* chore(nx): needed correct commitmsg
needed a correct commit message to build.
* chore(storybook): needed correct commitmsg
needed a correct commit message to build.
* chore(storybook): removed whitespaces
removed whitespaces
* chore(storybook): removed whitespaces
removed whitespaces
* chore(storybook): rename to build-storybook
Renamed 'storybook-build' to 'build-storybook'
* chore(storybook): added unit test
Added a unit test
* chore(storybook): applied formatting
* test(storybook): added additional tests
Added additional tests for the build-storybook + fixed the unittests
* test(storybook): formatted tests
formatted test build-storybook
* chore(storybook): provide a correct commitmsg
Provide a correct commit message
* chore(storybook): increased test timeout build-storybook
increased the timeout of a test in the build-storybook tests
* chore(storybook): ignore storybook test except one failing
ignore storybook tests except the one failing on the buildserver for investigation
* chore(storybook): reenabled stroybook tests
Reenabled storybook tests
* chore(storybook): consolidated unit tests
Consolidated unit tests into a single one