Skip to content

Commit

Permalink
Merge branch 'master' into issue-7031/fix-node-executor-immediate-exi…
Browse files Browse the repository at this point in the history
…t-when-watch-false
  • Loading branch information
jlndk committed Feb 24, 2022
2 parents 30e5c87 + 95f5a08 commit ead5306
Show file tree
Hide file tree
Showing 82 changed files with 1,052 additions and 2,996 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -188,7 +188,7 @@ jobs:
- run:
name: Run E2E Tests
command: |
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-react-native,e2e-detox --parallel=1
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-storybook,e2e-react-native,e2e-detox --parallel=1
no_output_timeout: 45m
- run:
name: Stop All Running Agents for This CI Run
Expand All @@ -214,7 +214,7 @@ jobs:
- run:
name: Run E2E Tests
command: |
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-detox,e2e-js,e2e-next,e2e-workspace-create,e2e-workspace-integrations,e2e-workspace-core,e2e-react,e2e-web,e2e-angular-extensions,e2e-angular-core,e2e-cli,e2e-nx-plugin,e2e-storybook,e2e-cypress,e2e-node,e2e-linter,e2e-jest,e2e-add-nx-to-monorepo --parallel=1
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-detox,e2e-js,e2e-next,e2e-workspace-create,e2e-workspace-integrations,e2e-workspace-core,e2e-react,e2e-web,e2e-angular-extensions,e2e-angular-core,e2e-cli,e2e-nx-plugin,e2e-cypress,e2e-node,e2e-linter,e2e-jest,e2e-add-nx-to-monorepo --parallel=1
no_output_timeout: 45m
- run:
name: Stop All Running Agents for This CI Run
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/e2e-matrix.yml
Expand Up @@ -41,12 +41,15 @@ jobs:
- e2e-web
- e2e-storybook
- e2e-workspace-integrations,e2e-workspace-core,e2e-workspace-create
- e2e-react-native,e2e-detox
- e2e-react-native
# - e2e-detox
- e2e-add-nx-to-monorepo
exclude:
# exclude react-native and detox from ubuntu
- os: ubuntu-latest
packages: e2e-react-native,e2e-detox
packages: e2e-react-native
# - os: ubuntu-latest
# packages: e2e-detox
# run just npm on macos
- os: macos-latest
package_manager: yarn
Expand Down
166 changes: 0 additions & 166 deletions docs/generated/api-js/generators/application.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/generated/api-node/executors/execute.md

This file was deleted.

@@ -1,11 +1,11 @@
---
title: '@nrwl/js:node executor'
description: 'Build Node.js applications'
title: '@nrwl/node:node executor'
description: 'Execute a Node application'
---

# @nrwl/js:node
# @nrwl/node:node

Build Node.js applications
Execute a Node application

Options can be configured in `workspace.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Expand Down
102 changes: 0 additions & 102 deletions docs/generated/api-node/executors/package.md

This file was deleted.

0 comments on commit ead5306

Please sign in to comment.