Skip to content

Commit 85b7a8e

Browse files
committed
build: fix build script
1 parent e16317b commit 85b7a8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
"type": "module",
2727
"scripts": {
2828
"build": "pnpm run update:all && pnpm run build:pkgs && pnpm run build:packages && pnpm run build:docs",
29+
"build:docs": "pnpm -r --filter \"./packages/*\" run build:docs",
2930
"build:packages": "pnpm -r --filter \"./packages/**\" run build",
30-
"build:pkgs": "pnpm -F \"./.pkgs/*\" run build",
31+
"build:pkgs": "pnpm -r --filter \"./.pkgs/*\" run build",
3132
"build:website": "pnpm run update:website && pnpm -F \"./apps/website\" run build",
3233
"format:check": "dprint check",
3334
"format:write": "dprint fmt",

packages/plugins/eslint-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ export default tseslint.config({
165165

166166
Contributions are welcome!
167167

168-
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/2.0.0/.github/CONTRIBUTING.md).
168+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/.github/CONTRIBUTING.md).
169169

170170
## License
171171

172-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/2.0.0/LICENSE) file for details.
172+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/LICENSE) file for details.

pnpm-lock.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)