Skip to content

Commit

Permalink
scripts: fix nx-plugin release script
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Mar 5, 2022
1 parent 3ae1ea0 commit 749fad8
Show file tree
Hide file tree
Showing 9 changed files with 13,822 additions and 3,441 deletions.
2 changes: 1 addition & 1 deletion docs/nx/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nx plugin integration with [Vite](https://vitejs.dev/).
# you can also skip vite installation, which will also be installed when executing generator:app
yarn add nx-plugin-vite vite -D
# some required peer deps in nx workspace project
yarn add @nrwl/node @nrwl/workspace @nrwl/tao @angular-devkit/schematics -D
yarn add @nrwl/devkit @nrwl/node @nrwl/workspace @nrwl/tao -D
```

## Breaking Changes
Expand Down
7 changes: 2 additions & 5 deletions docs/nx/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Some extra enhancements on offical `@nrwl/workspace`:

**Outdated! Please use official `@nrwl/workspace` package.**

## Executors

- `nx-plugin-workspace:exec`
Expand All @@ -12,11 +14,6 @@ Some extra enhancements on offical `@nrwl/workspace`:
- Support `ignoreFalsy`: will not append falsy value into command to execute, like `--watch=false`, which is useful in `Prisma` cli.
- Support `useCamelCase`: control how args are transformed, kebab-case or camel-case?

- `nx-plugin-workspace:node-build`: `@nrwl/node:build`
- `nx-plugin-workspace:node-serve`: `@nrwl/node:serve`
- `nx-plugin-workspace:node-package`: `@nrwl/node:package`
- `nx-plugin-workspace:tsc`: `@nrwl/workspace:tsc`

## Generators

### react-scripts
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@nrwl/jest": "13.8.4",
"@nrwl/js": "13.8.4",
"@nrwl/linter": "13.8.4",
"@nrwl/node": "^13.8.4",
"@nrwl/nx-plugin": "^13.8.4",
"@nrwl/tao": "13.8.4",
"@nrwl/workspace": "13.8.4",
Expand Down
4 changes: 1 addition & 3 deletions packages/nx-plugin-demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS"
},
"compilerOptions": {},
"files": [],
"include": [],
"references": [
Expand Down
6 changes: 0 additions & 6 deletions packages/nx-plugin-devkit/.npmignore

This file was deleted.

Loading

0 comments on commit 749fad8

Please sign in to comment.